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
chirino committed Jun 15, 2016
1 parent 67cd0de commit f2afbfc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jansi-project</artifactId>
<groupId>org.fusesource.jansi</groupId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jansi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</parent>

<artifactId>jansi</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi-project</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down Expand Up @@ -84,7 +84,7 @@
<!-- Work around for issue: http://jira.codehaus.org/browse/SCM-444 -->
<developerConnection>scm:git:ssh://git@github.com:fusesources/jansi.git</developerConnection>
<url>http://github.com/fusesource/{forge-project-id}.git</url>
<tag>jansi-project-1.13</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit f2afbfc

Please sign in to comment.