Skip to content

Commit

Permalink
[maven-release-plugin] prepare release java-iso-tools-parent-1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Oct 1, 2010
1 parent 1fbd19a commit 3158020
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions iso9660-ant-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>java-iso-tools-parent</artifactId>
<groupId>com.github.stephenc.javaisotools</groupId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>jiic</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions iso9660-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>java-iso-tools-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>iso9660-maven-plugin</artifactId>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>jiic</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
6 changes: 3 additions & 3 deletions jiic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>java-iso-tools-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>jiic</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>sabre</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>loopy-vfs</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion loopy/loopy-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>loopy</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>loopy-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion loopy/loopy-vfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>loopy</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>loopy-vfs</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions loopy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>java-iso-tools-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<name>loopy</name>
Expand All @@ -17,7 +17,7 @@

<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>loopy</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>loopy-core</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>java-iso-tools-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
<packaging>pom</packaging>
<name>Java ISO9660 Tools Parent</name>

Expand Down
2 changes: 1 addition & 1 deletion sabre/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.stephenc.javaisotools</groupId>
<artifactId>java-iso-tools-parent</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.2.1</version>
</parent>

<artifactId>sabre</artifactId>
Expand Down

0 comments on commit 3158020

Please sign in to comment.