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.
2 parents 0cdbb02 + 14b8484 commit 8607f7aCopy full SHA for 8607f7a
pom.xml
@@ -71,5 +71,15 @@
71
<version.maven-project-info-reports-plugin>3.3.0</version.maven-project-info-reports-plugin>
72
</properties>
73
74
+ <distributionManagement>
75
+ <snapshotRepository>
76
+ <id>ossrh</id>
77
+ <url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
78
+ </snapshotRepository>
79
+ <repository>
80
81
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2</url>
82
+ </repository>
83
+ </distributionManagement>
84
85
</project>
0 commit comments