Skip to content

Commit

Permalink
Merge pull request #163 from terasolunaorg/issues/160_update-5.0.2
Browse files Browse the repository at this point in the history
#160: Update to 5.0.2-SNAPSHOT
  • Loading branch information
making committed Aug 5, 2015
2 parents a59fa8d + 9900b6c commit c1772c8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>projectName-env</module>
Expand All @@ -15,7 +15,7 @@
<parent>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-parent</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-env/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-initdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion projectName-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>projectName-selenium</artifactId>
<packaging>jar</packaging>
<parent>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<artifactId>projectName</artifactId>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<relativePath>../pom.xml</relativePath>
Expand Down
2 changes: 1 addition & 1 deletion projectName-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>xxxxxx.yyyyyy.zzzzzz</groupId>
<artifactId>projectName</artifactId>
<version>5.0.1-SNAPSHOT</version>
<version>5.0.2-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit c1772c8

Please sign in to comment.