Skip to content

Commit

Permalink
v2.0-rc.5 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Feb 1, 2019
1 parent 6055249 commit bfaf018
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>2.0-rc.5-snapshot</version>
<version>2.0-rc.5</version>
<packaging>jar</packaging>

<name>jboot</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>druid</artifactId>
<version>1.1.12</version>
<version>1.1.13</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/jboot/JbootConsts.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
public class JbootConsts {

public static String VERSION = "2.0-rc.5-snapshot";
public static String VERSION = "2.0-rc.5";


public static final String ATTR_REQUEST = "REQUEST";
Expand Down

0 comments on commit bfaf018

Please sign in to comment.