Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release unix-1.0-alpha-9
Browse files Browse the repository at this point in the history
  • Loading branch information
smola committed Jan 19, 2015
1 parent 5abee1c commit c920477
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
<packaging>pom</packaging>
<name>Maven Unix Support</name>
<inceptionYear>2008</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion unix-ar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-ar</artifactId>
<name>Maven Ar File Format Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion unix-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-common</artifactId>
<name>Common Unix Code</name>
Expand Down
2 changes: 1 addition & 1 deletion unix-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-core</artifactId>
<name>Maven Unix Plugin Core</name>
Expand Down
2 changes: 1 addition & 1 deletion unix-deb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-deb</artifactId>
<name>Maven Deb Support</name>
Expand Down
2 changes: 1 addition & 1 deletion unix-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion unix-rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-rpm</artifactId>
<name>Maven RPM Support</name>
Expand Down
2 changes: 1 addition & 1 deletion unix-sysv-pkg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>com.stratio.mojo.unix</groupId>
<artifactId>unix</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha-9</version>
</parent>
<artifactId>unix-sysv-pkg</artifactId>
<name>Maven Sysv Pkg Support</name>
Expand Down

0 comments on commit c920477

Please sign in to comment.