Skip to content

Commit 540edf0

Browse files
committed
Prepare versions for 1.1 release
1 parent 7b19cfa commit 540edf0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

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

77
<groupId>com.github.susom</groupId>
88
<artifactId>vertx-parent</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1</version>
1010
<packaging>pom</packaging>
1111

1212
<!-- These are here because Sonatype requires them for release to Maven Central,
@@ -52,7 +52,7 @@
5252
static analysis) -->
5353
<groupId>com.github.susom</groupId>
5454
<artifactId>vertx-parent-files</artifactId>
55-
<version>1.1-SNAPSHOT</version>
55+
<version>1.1</version>
5656
<scope>provided</scope>
5757
</dependency>
5858
<dependency>

vertx-parent-files/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.susom</groupId>
88
<artifactId>vertx-parent-files</artifactId>
9-
<version>1.1-SNAPSHOT</version>
9+
<version>1.1</version>
1010

1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>Files to inherit from vertx-parent into the child build.</description>

0 commit comments

Comments
 (0)