We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fa8b0a commit bdc57e9Copy full SHA for bdc57e9
1 file changed
pom.xml
@@ -53,13 +53,6 @@
53
<module>ffmpeg4java-linux</module>
54
<module>ffmpeg4java-windows</module>
55
</modules>
56
- <distributionManagement>
57
- <repository>
58
- <id>ossrh</id>
59
- <name>OSSRH</name>
60
- <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
61
- </repository>
62
- </distributionManagement>
63
<build>
64
<pluginManagement>
65
<plugins>
@@ -331,10 +324,11 @@
331
324
</plugins>
332
325
</build>
333
326
<distributionManagement>
334
- <snapshotRepository>
327
+ <repository>
335
328
<id>ossrh</id>
336
- <url>https://oss.sonatype.org/content/repositories/snapshots</url>
337
- </snapshotRepository>
329
+ <name>OSSRH</name>
330
+ <url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>
+ </repository>
338
</distributionManagement>
339
</profile>
340
</profiles>
0 commit comments