Skip to content

Commit

Permalink
Finalize version
Browse files Browse the repository at this point in the history
  • Loading branch information
Techcable committed Mar 23, 2016
1 parent bc941f2 commit adae048
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion modules/API/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/EchoPet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

<artifactId>net.tehcable.sonarpet</artifactId>
<name>sonarpet</name>
<name>SonarPet</name>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
2 changes: 1 addition & 1 deletion modules/v1_6_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_7_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_7_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_7_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_7_R4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_8_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_8_R2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_8_R3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_9_R1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>net.techcable.sonarpet</groupId>
<artifactId>parent</artifactId>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../../</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<artifactId>parent</artifactId>
<name>SonarPet Parent</name>
<packaging>pom</packaging>
<version>2.9.0-SNAPSHOT</version>
<version>1.0.0</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit adae048

Please sign in to comment.