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 d865d10 commit 13f0585Copy full SHA for 13f0585
pom.xml
@@ -48,9 +48,13 @@
48
<url>https://github.com:networknt/json-schema-validator.git</url>
49
</scm>
50
<distributionManagement>
51
+ <snapshotRepository>
52
+ <id>ossrh</id>
53
+ <url>https://oss.sonatype.org/content/repositories/snapshots</url>
54
+ </snapshotRepository>
55
<repository>
- <id>life.release</id>
- <url>https://artifactory.cgm.ag/cgm.life.partner.release/</url>
56
57
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
58
</repository>
59
</distributionManagement>
60
<properties>
0 commit comments