Skip to content

Commit b02f14d

Browse files
author
Travis CI User
committed
[maven-release-plugin][skip travis]prepare release v1.6
1 parent 9b52aeb commit b02f14d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.susom</groupId>
66
<artifactId>vertx-parent</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
88
<packaging>pom</packaging>
99

1010
<!-- These are here because Sonatype requires them for release to Maven Central,
@@ -31,7 +31,7 @@
3131
<connection>scm:git:https://github.com/susom/vertx-parent.git</connection>
3232
<developerConnection>scm:git:https://github.com/susom/vertx-parent.git</developerConnection>
3333
<url>https://github.com/susom/vertx-parent</url>
34-
<tag>HEAD</tag>
34+
<tag>v1.6</tag>
3535
</scm>
3636

3737
<distributionManagement>
@@ -82,7 +82,7 @@
8282
static analysis) -->
8383
<groupId>com.github.susom</groupId>
8484
<artifactId>vertx-parent-files</artifactId>
85-
<version>1.6-SNAPSHOT</version>
85+
<version>1.6</version>
8686
<scope>provided</scope>
8787
</dependency>
8888
<dependency>

vertx-parent-files/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.susom</groupId>
66
<artifactId>vertx-parent-files</artifactId>
7-
<version>1.6-SNAPSHOT</version>
7+
<version>1.6</version>
88

99
<name>${project.groupId}:${project.artifactId}</name>
1010
<description>Files to inherit from vertx-parent into the child build.</description>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/susom/vertx-parent.git</connection>
3131
<developerConnection>scm:git:https://github.com/susom/vertx-parent.git</developerConnection>
3232
<url>https://github.com/susom/vertx-parent</url>
33-
<tag>HEAD</tag>
33+
<tag>v1.6</tag>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)