Skip to content

Commit 39ed583

Browse files
committed
Bintray release
1 parent ca45762 commit 39ed583

1 file changed

Lines changed: 3 additions & 20 deletions

File tree

pom.xml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
22
<modelVersion>4.0.0</modelVersion>
33

4-
<parent>
5-
<groupId>org.sonatype.oss</groupId>
6-
<artifactId>oss-parent</artifactId>
7-
<version>9</version>
8-
</parent>
9-
104
<groupId>com.github.docker-java</groupId>
115
<artifactId>docker-java</artifactId>
126
<packaging>jar</packaging>
@@ -235,9 +229,9 @@
235229

236230
<distributionManagement>
237231
<repository>
238-
<id>bintray-kostyasha-docker_java</id>
239-
<name>bintray</name>
240-
<url>https://api.bintray.com/maven/kostyasha/docker_java/[PACKAGE_NAME]/;publish=1</url>
232+
<id>bintray</id>
233+
<name>docker-java-bintray</name>
234+
<url>https://api.bintray.com/maven/kostyasha/maven/docker-java/;publish=1</url>
241235
</repository>
242236
</distributionManagement>
243237

@@ -344,17 +338,6 @@
344338
</plugins>
345339
</pluginManagement>
346340
<plugins>
347-
<plugin>
348-
<groupId>org.sonatype.plugins</groupId>
349-
<artifactId>nexus-staging-maven-plugin</artifactId>
350-
<version>1.6.2</version>
351-
<extensions>true</extensions>
352-
<configuration>
353-
<serverId>ossrh</serverId>
354-
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
355-
<autoReleaseAfterClose>true</autoReleaseAfterClose>
356-
</configuration>
357-
</plugin>
358341

359342
<plugin>
360343
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)