We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e686334 commit e5c4f73Copy full SHA for e5c4f73
pom.xml
@@ -55,13 +55,6 @@
55
<module>freeimage4java-linux</module>
56
<module>freeimage4java-windows</module>
57
</modules>
58
- <distributionManagement>
59
- <repository>
60
- <id>ossrh</id>
61
- <name>OSSRH</name>
62
- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
63
- </repository>
64
- </distributionManagement>
65
<build>
66
<pluginManagement>
67
<plugins>
@@ -338,10 +331,11 @@
338
331
</plugins>
339
332
</build>
340
333
<distributionManagement>
341
- <snapshotRepository>
334
+ <repository>
342
335
<id>ossrh</id>
343
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
344
- </snapshotRepository>
336
+ <name>OSSRH</name>
337
+ <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
345
</distributionManagement>
346
</profile>
347
</profiles>
0 commit comments