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 Apr 26, 2016
1 parent 2bf0376 commit 63f30ef
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions hawtjni-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-example</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
<name>HawtJNI Example</name>

<dependencies>
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -64,7 +64,7 @@
<plugin>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>maven-hawtjni-plugin</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
<executions>
<execution>
<goals>
Expand Down
6 changes: 3 additions & 3 deletions hawtjni-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-generator</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>

<name>HawtJNI Generator</name>
<description>This module contains the JNI code generation tools.</description>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</dependency>
<dependency>
<artifactId>xbean-finder</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions hawtjni-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>

<name>HawtJNI Runtime</name>
<description>The API that projects using HawtJNI should build against.</description>
Expand Down
6 changes: 3 additions & 3 deletions maven-hawtjni-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>maven-hawtjni-plugin</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>HawtJNI Maven Plugin</name>
Expand All @@ -45,7 +45,7 @@
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-generator</artifactId>
<version>1.13</version>
<version>1.14-SNAPSHOT</version>
</dependency>

<!-- Maven -->
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.13</version>
<version>1.14-SNAPSHOT</version>
<packaging>pom</packaging>

<name>HawtJNI</name>
Expand Down Expand Up @@ -87,7 +87,7 @@
<connection>scm:git:git://forge.fusesource.com/${forge-project-id}.git</connection>
<developerConnection>scm:git:ssh://git@github.com:fusesources/hawtjni.git</developerConnection>
<url>http://fusesource.com/forge/gitweb?p=${forge-project-id}.git</url>
<tag>hawtjni-project-1.13</tag>
<tag>HEAD</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 63f30ef

Please sign in to comment.