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
kohsuke committed Mar 28, 2014
1 parent cc9bd0d commit 6d3150f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
<parent>
<groupId>org.jvnet.com4j</groupId>
<artifactId>com4j-parent</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>com4j-dist</artifactId>
<packaging>pom</packaging>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>

<name>com4j distribution</name>

<dependencies>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>maven-com4j-plugin</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions maven-com4j-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.jvnet.com4j</groupId>
<artifactId>com4j-parent</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>maven-com4j-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>

<name>COM4J Code Generation Plugin</name>
<inceptionYear>2007</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.jvnet.com4j</groupId>
<artifactId>com4j-parent</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>

<name>com4j Parent</name>
<packaging>pom</packaging>
Expand Down
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.jvnet.com4j</groupId>
<artifactId>com4j-parent</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>com4j</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>

<name>com4j</name>

Expand Down
4 changes: 2 additions & 2 deletions tlbimp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<groupId>org.jvnet.com4j</groupId>
<artifactId>com4j-parent</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>
</parent>

<artifactId>tlbimp</artifactId>
<version>2.1</version>
<version>2.2-SNAPSHOT</version>

<name>com4j type library importer</name>

Expand Down

0 comments on commit 6d3150f

Please sign in to comment.