Merge pull request #32 from getrebuild/for-v1.2-release

Versioned
This commit is contained in:
RB 2019-05-10 16:04:26 +08:00 committed by GitHub
commit e3caf51197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -6,7 +6,7 @@
<groupId>com.rebuild</groupId>
<artifactId>rebuild</artifactId>
<packaging>war</packaging>
<version>1.2.0-dev</version>
<version>1.2.0-beta</version>
<name>rebuild</name>
<description>Building your business-systems free!</description>
<url>https://getrebuild.com/</url>
@ -85,12 +85,12 @@
<dependency>
<groupId>com.github.devezhao</groupId>
<artifactId>commons</artifactId>
<version>13f64c7191</version>
<version>1.1.4</version>
</dependency>
<dependency>
<groupId>com.github.devezhao</groupId>
<artifactId>persist4j</artifactId>
<version>2f3936598d</version>
<version>1.2.4</version>
</dependency>
<dependency>
<groupId>junit</groupId>

View file

@ -62,7 +62,7 @@ public final class Application {
/** Rebuild Version
*/
public static final String VER = "1.2.0-dev";
public static final String VER = "1.2.0-beta";
/** Logging for Global
*/