Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
krotscheck committed May 21, 2016
1 parent 00d062e commit 11d757b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jersey2-configuration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jersey2-toolkit</artifactId>
<groupId>net.krotscheck.jersey2</groupId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jersey2-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jersey2-toolkit</artifactId>
<groupId>net.krotscheck.jersey2</groupId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion jersey2-vfs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>jersey2-toolkit</artifactId>
<groupId>net.krotscheck.jersey2</groupId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.krotscheck.jersey2</groupId>
<artifactId>jersey2-toolkit</artifactId>
<version>2.1.1</version>
<version>2.1.2-SNAPSHOT</version>

<packaging>pom</packaging>
<name>jersey2-toolkit</name>
Expand Down Expand Up @@ -103,7 +103,7 @@
<url>
https://github.com/krotscheck/jersey2-toolkit
</url>
<tag>jersey2-toolkit-2.1.1</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down

0 comments on commit 11d757b

Please sign in to comment.