Skip to content

Commit

Permalink
Fixed versions
Browse files Browse the repository at this point in the history
  • Loading branch information
The4thLaw committed Jun 13, 2021
1 parent 07c24dd commit 44a20c1
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</version>
</parent>
<artifactId>demyo-utils</artifactId>
<name>Demyo: Utils</name>
Expand Down
4 changes: 2 additions & 2 deletions source/demyo-vue-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/demyo-vue-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "demyo-vue-frontend",
"version": "3.0.5-beta6",
"version": "3.0.0-beta6",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand Down
2 changes: 1 addition & 1 deletion source/demyo-vue-frontend/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>3.0.5-beta6</version>
<version>3.0.0-beta6</version>
</parent>

<artifactId>demyo-vue-frontend</artifactId>
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>3.0.5-beta6</version>
<version>3.0.0-beta6</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>3.0.5-beta6</version>
<version>3.0.0-beta6</version>
<packaging>pom</packaging>
<name>Demyo</name>
<description>The root Demyo project</description>
Expand Down

0 comments on commit 44a20c1

Please sign in to comment.