mirror of
https://github.com/getrebuild/rebuild.git
synced 2025-02-24 06:15:06 +08:00
v2.2.4
This commit is contained in:
parent
e139fef54c
commit
47c85e637b
2 changed files with 4 additions and 4 deletions
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
|||
</parent>
|
||||
<groupId>com.rebuild</groupId>
|
||||
<artifactId>rebuild</artifactId>
|
||||
<version>2.2.3</version>
|
||||
<version>2.2.4</version>
|
||||
<name>rebuild</name>
|
||||
<description>RB V2 use SpringBoot</description>
|
||||
<!-- UNCOMMENT USE TOMCAT -->
|
||||
|
@ -237,7 +237,7 @@
|
|||
<dependency>
|
||||
<groupId>com.github.devezhao</groupId>
|
||||
<artifactId>momentjava</artifactId>
|
||||
<version>0.2.0</version>
|
||||
<version>0.2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.devezhao</groupId>
|
||||
|
|
|
@ -63,11 +63,11 @@ public class Application implements ApplicationListener<ApplicationStartedEvent>
|
|||
/**
|
||||
* Rebuild Version
|
||||
*/
|
||||
public static final String VER = "2.2.3";
|
||||
public static final String VER = "2.2.4";
|
||||
/**
|
||||
* Rebuild Build
|
||||
*/
|
||||
public static final int BUILD = 20203;
|
||||
public static final int BUILD = 20204;
|
||||
|
||||
static {
|
||||
// Driver for DB
|
||||
|
|
Loading…
Reference in a new issue