Skip to content

Commit

Permalink
Finalize version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Techcable committed May 14, 2016
1 parent 7e3b72e commit da31a4f
Show file tree
Hide file tree
Showing 13 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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/EchoPet/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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/v1_9_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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>
<relativePath>../../pom.xml</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>1.0.2-SNAPSHOT</version>
<version>1.0.2</version>

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

0 comments on commit da31a4f

Please sign in to comment.