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
Anton Gustafsson committed Jul 4, 2016
1 parent ec3e3ea commit aff500d
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 @@ -4,7 +4,7 @@

<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>retinazer parent</name>
<description>An entity-component-system implementation for Java</description>
Expand All @@ -21,7 +21,7 @@
<url>https://github.com/antag99/retinazer/</url>
<connection>scm:git:git@github.com:antag99/retinazer.git</connection>
<developerConnection>scm:git:git@github.com:antag99/retinazer.git</developerConnection>
<tag>retinazer-0.3.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion retinazer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.antag99.retinazer</groupId>
<artifactId>retinazer-parent</artifactId>
<version>0.3.0</version>
<version>0.3.1-SNAPSHOT</version>
</parent>

<artifactId>retinazer</artifactId>
Expand Down

0 comments on commit aff500d

Please sign in to comment.