File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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
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 >
You can’t perform that action at this time.
0 commit comments