We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb5a86 commit b17d5ecCopy full SHA for b17d5ec
pom.xml
@@ -38,6 +38,14 @@
38
<url>http://github.com/api-flows/openapi-workflow-parser/tree/master</url>
39
</scm>
40
41
+ <distributionManagement>
42
+ <snapshotRepository>
43
+ <uniqueVersion>true</uniqueVersion>
44
+ <id>github</id>
45
+ <url>https://maven.pkg.github.com/API-Flows/openapi-workflow-parser</url>
46
+ </snapshotRepository>
47
+ </distributionManagement>
48
+
49
<properties>
50
<maven.compiler.source>17</maven.compiler.source>
51
<maven.compiler.target>17</maven.compiler.target>
0 commit comments