mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-25 14:54:44 +08:00
commit
e3caf51197
2 changed files with 4 additions and 4 deletions
6
pom.xml
6
pom.xml
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue