Skip to content

Commit

Permalink
Marking the first beta.
Browse files Browse the repository at this point in the history
  • Loading branch information
The4thLaw committed Apr 10, 2021
1 parent bb810d1 commit 6d4fefd
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 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.1.0"
version="3.0.0-beta1"

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

Expand Down
4 changes: 2 additions & 2 deletions 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-SNAPSHOT</version>
<version>3.0.0-beta1</version>
</parent>
<artifactId>demyo-app</artifactId>
<name>Demyo: Desktop Application</name>
Expand Down Expand Up @@ -152,7 +152,7 @@ Includes the Web server, H2 server, and startup program.</description>
</classPath>
<jre>
<minVersion>1.8.0</minVersion>
<maxVersion>1.8.0</maxVersion>
<maxVersion>11</maxVersion>
<opts>
<opt>-Ddemyo.applicationDirectory="%EXEDIR%"</opt>
</opts>
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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</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.0-SNAPSHOT",
"version": "3.0.0-beta1",
"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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</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-SNAPSHOT</version>
<version>3.0.0-beta1</version>
<packaging>pom</packaging>
<name>Demyo</name>
<description>The root Demyo project</description>
Expand Down

0 comments on commit 6d4fefd

Please sign in to comment.