Skip to content

Commit 63b76f6

Browse files
author
Travis CI User
committed
[maven-release-plugin][skip travis]prepare release v1.5
1 parent 83ec1d0 commit 63b76f6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

Lines changed: 4 additions & 4 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.5-SNAPSHOT</version>
7+
<version>1.5</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.5</tag>
3535
</scm>
3636

3737
<distributionManagement>
@@ -81,7 +81,7 @@
8181
static analysis) -->
8282
<groupId>com.github.susom</groupId>
8383
<artifactId>vertx-parent-files</artifactId>
84-
<version>1.5-SNAPSHOT</version>
84+
<version>1.5</version>
8585
<scope>provided</scope>
8686
</dependency>
8787
<dependency>
@@ -229,7 +229,7 @@
229229
</filter>
230230
</filters>
231231
<transformers>
232-
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
232+
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
233233
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
234234
<mainClass>${main.class}</mainClass>
235235
</transformer>

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.5-SNAPSHOT</version>
7+
<version>1.5</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.5</tag>
3434
</scm>
3535

3636
<properties>

0 commit comments

Comments
 (0)