Skip to content

Commit bdc57e9

Browse files
author
Andrea Medeghini
committed
fix release configuration
1 parent 8fa8b0a commit bdc57e9

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

pom.xml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@
5353
<module>ffmpeg4java-linux</module>
5454
<module>ffmpeg4java-windows</module>
5555
</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>
6356
<build>
6457
<pluginManagement>
6558
<plugins>
@@ -331,10 +324,11 @@
331324
</plugins>
332325
</build>
333326
<distributionManagement>
334-
<snapshotRepository>
327+
<repository>
335328
<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>
331+
</repository>
338332
</distributionManagement>
339333
</profile>
340334
</profiles>

0 commit comments

Comments
 (0)