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
scobal committed Oct 10, 2016
1 parent bc8370d commit f634b6d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Seyren</name>
Expand All @@ -15,7 +15,7 @@
<connection>scm:git:git@github.com:scobal/seyren.git</connection>
<developerConnection>scm:git:git@github.com:scobal/seyren.git</developerConnection>
<url>git@github.com:scobal/seyren.git</url>
<tag>seyren-parent-1.5.0</tag>
<tag>HEAD</tag>
</scm>

<licenses>
Expand Down
2 changes: 1 addition & 1 deletion seyren-acceptance-tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion seyren-api/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion seyren-core/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion seyren-integration-tests/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion seyren-mongo/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion seyren-web/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.github.scobal.seyren</groupId>
<artifactId>seyren-parent</artifactId>
<version>1.5.0</version>
<version>1.6.0-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down

0 comments on commit f634b6d

Please sign in to comment.