Skip to content

Commit

Permalink
Bumping version to 2.0.0 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
The4thLaw committed Aug 5, 2017
1 parent 723d384 commit 3e8469c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion integration/package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="2.0.0-alpha8"
version="2.0.0"

rm -f demyo-v*.tar.bz2 Demyo*.exe

Expand Down
2 changes: 1 addition & 1 deletion source/demyo-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-app</artifactId>
<name>Demyo: Desktop Application</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-common</artifactId>
<name>Demyo: Common</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-dao/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-dao</artifactId>
<name>Demyo: DAO</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-model</artifactId>
<name>Demyo: Model</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-service</artifactId>
<name>Demyo: Service</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-test</artifactId>
<name>Demyo: Test Support</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-utils</artifactId>
<name>Demyo: Utils</name>
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
</parent>
<artifactId>demyo-web</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion source/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.demyo</groupId>
<artifactId>demyo</artifactId>
<version>2.0.0-alpha8</version>
<version>2.0.0</version>
<packaging>pom</packaging>
<name>Demyo</name>
<description>The root Demyo project</description>
Expand Down

0 comments on commit 3e8469c

Please sign in to comment.