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 41e683a commit 0e60c43Copy full SHA for 0e60c43
pom.xml
@@ -415,14 +415,14 @@
415
<name>Central Maven Repository</name>
416
<url>https://repo.maven.apache.org/maven2/</url>
417
</repository>
418
- <repository>
419
- <snapshots>
420
- <enabled>true</enabled>
421
- </snapshots>
422
- <id>ossrh-snapshot</id>
423
- <name>OSSRH Snapshots</name>
424
- <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
425
- </repository>
+ <repository>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <id>ossrh-snapshot</id>
+ <name>OSSRH Snapshots</name>
+ <url>https://oss.sonatype.org/content/repositories/snapshots/</url>
+ </repository>
426
</repositories>
427
428
<!-- Deployment to public servers -->
0 commit comments