Skip to content

Commit

Permalink
Forgot to commit the beta4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
The4thLaw committed May 15, 2021
1 parent c6af2e3 commit 9b42d1e
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 16 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="3.0.0-beta3"
version="3.0.0-beta4"

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>3.0.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</version>
</parent>
<artifactId>demyo-utils</artifactId>
<name>Demyo: Utils</name>
Expand Down
30 changes: 26 additions & 4 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.0-beta3",
"version": "3.0.0-beta4",
"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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</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.0-beta3</version>
<version>3.0.0-beta4</version>
<packaging>pom</packaging>
<name>Demyo</name>
<description>The root Demyo project</description>
Expand Down

0 comments on commit 9b42d1e

Please sign in to comment.