Skip to content

Commit

Permalink
v2.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Jan 14, 2019
1 parent 814ea5d commit 8666152
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes.txt
Expand Up @@ -5,6 +5,7 @@ jboot v2.0-rc.3:
优化:更新相关依赖



jboot v2.0-rc.2:
移除 javax 的 @Inject 功能
移除 jboot.app.hotSwapClassPrefix 的配置,直接使用 undertow.hotSwapClassPrefix 配置即可
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

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

<name>jboot</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/io/jboot/JbootConsts.java
Expand Up @@ -24,7 +24,7 @@
*/
public class JbootConsts {

public static String VERSION = "2.0-rc.2";
public static String VERSION = "2.0-rc.3";


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

0 comments on commit 8666152

Please sign in to comment.