Skip to content

Commit cafb864

Browse files
author
Marcus Linke
committed
[maven-release-plugin] prepare release docker-java-3.0.0-RC1
1 parent dbc5fa6 commit cafb864

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -11,7 +10,7 @@
1110
<groupId>com.github.docker-java</groupId>
1211
<artifactId>docker-java</artifactId>
1312
<packaging>jar</packaging>
14-
<version>3.0.0-SNAPSHOT</version>
13+
<version>3.0.0-RC1</version>
1514

1615
<name>docker-java</name>
1716
<url>https://github.com/docker-java/docker-java</url>
@@ -29,7 +28,7 @@
2928
<connection>scm:git:git@github.com:docker-java/docker-java.git</connection>
3029
<url>git@github.com:docker-java/docker-java.git</url>
3130
<developerConnection>scm:git:git@github.com:docker-java/docker-java.git</developerConnection>
32-
<tag>HEAD</tag>
31+
<tag>docker-java-3.0.0-RC1</tag>
3332
</scm>
3433

3534
<developers>

0 commit comments

Comments
 (0)