Skip to content

Commit b17d5ec

Browse files
committed
Deploy snapshots to Maven packages
1 parent edb5a86 commit b17d5ec

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@
3838
<url>http://github.com/api-flows/openapi-workflow-parser/tree/master</url>
3939
</scm>
4040

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+
4149
<properties>
4250
<maven.compiler.source>17</maven.compiler.source>
4351
<maven.compiler.target>17</maven.compiler.target>

0 commit comments

Comments
 (0)