Skip to content

Commit

Permalink
Prepare versions for 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garricko committed Aug 10, 2017
1 parent 7b19cfa commit 540edf0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

<!-- These are here because Sonatype requires them for release to Maven Central,
Expand Down Expand Up @@ -52,7 +52,7 @@
static analysis) -->
<groupId>com.github.susom</groupId>
<artifactId>vertx-parent-files</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion vertx-parent-files/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

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

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

0 comments on commit 540edf0

Please sign in to comment.