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
gnodet committed May 4, 2017
1 parent b667408 commit 11ae58c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hawtjni-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
</parent>

<artifactId>hawtjni-example</artifactId>
Expand Down Expand Up @@ -62,7 +62,7 @@
<plugin>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>maven-hawtjni-plugin</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion hawtjni-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
</parent>

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

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

<artifactId>maven-hawtjni-plugin</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.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.15</version>
<version>1.16-SNAPSHOT</version>
<packaging>pom</packaging>

<name>HawtJNI</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:https://github.com/fusesource/${forge-project-id}.git</connection>
<developerConnection>scm:git:https://github.com/fusesource/${forge-project-id}.git</developerConnection>
<url>https://github.com/fusesource/${forge-project-id}/tree/${project.scm.tag}</url>
<tag>hawtjni-project-1.15</tag>
<tag>master</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 11ae58c

Please sign in to comment.