Skip to content

Commit

Permalink
[maven-release-plugin][skip travis]prepare release v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis CI User committed Aug 23, 2022
1 parent 9b52aeb commit b02f14d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.susom</groupId>
<artifactId>vertx-parent</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<packaging>pom</packaging>

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

<distributionManagement>
Expand Down Expand Up @@ -82,7 +82,7 @@
static analysis) -->
<groupId>com.github.susom</groupId>
<artifactId>vertx-parent-files</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions vertx-parent-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.susom</groupId>
<artifactId>vertx-parent-files</artifactId>
<version>1.6-SNAPSHOT</version>
<version>1.6</version>

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

<properties>
Expand Down

0 comments on commit b02f14d

Please sign in to comment.