Skip to content

Commit

Permalink
prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
chirino committed Feb 12, 2014
1 parent f3bd38e commit 18cb7e5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>

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

<dependencies>
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-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.10-SNAPSHOT</version>
<version>1.11-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.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-generator</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-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.10-SNAPSHOT</version>
<version>1.11-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.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>

<name>HawtJNI Runtime</name>
<description>The API that projects using HawtJNI should build against.</description>
Expand Down
4 changes: 2 additions & 2 deletions hawtjni-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-project</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>

<artifactId>hawtjni-website</artifactId>
Expand Down Expand Up @@ -80,7 +80,7 @@
<dependency>
<groupId>org.fusesource.hawtjni</groupId>
<artifactId>hawtjni-runtime</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<classifier>javadoc</classifier>
<scope>test</scope>
</dependency>
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.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</parent>

<groupId>org.fusesource.hawtjni</groupId>
<artifactId>maven-hawtjni-plugin</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.11-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.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
</dependency>

<!-- Maven -->
Expand Down
2 changes: 1 addition & 1 deletion 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.10-SNAPSHOT</version>
<version>1.11-SNAPSHOT</version>
<packaging>pom</packaging>

<name>HawtJNI</name>
Expand Down

0 comments on commit 18cb7e5

Please sign in to comment.