Skip to content

Commit

Permalink
v3.13.0 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Dec 26, 2021
1 parent a5173f4 commit 216120c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Jboot 是一个基于 JFinal、Dubbo、Seata、Sentinel、ShardingSphere、Nacos
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.12.5</version>
<version>3.13.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion doc/docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.12.5</version>
<version>3.13.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion doc/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.12.5</version>
<version>3.13.0</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions doc/docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ IntelliJ IDEA 下载地址:https://www.jetbrains.com/idea/ ,下载完成后
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.12.5</version>
<version>3.13.0</version>
</dependency>
```

Expand Down Expand Up @@ -113,7 +113,7 @@ public class IndexController extends JbootController {
JbootApplication { mode='dev', version='3.12.5', jfinalConfig='io.jboot.core.JbootCoreConfig' }
JbootApplication { mode='dev', version='3.13.0', jfinalConfig='io.jboot.core.JbootCoreConfig' }
Classpath : /Users/michael/git/jboot/target/test-classes/
Starting JFinal 4.2 -> http://127.0.0.1:8080
Info: jfinal-undertow 1.6, undertow 2.0.19.Final, jvm 1.8.0_201
Expand Down
4 changes: 2 additions & 2 deletions doc/jbootadmin/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ starter-cms/src/main/io.jboot.cms.admin.CmsStarter
\____||_____| \___/ \___/ |__|
JbootApplication { name='jboot', mode='dev', version='3.12.5', config='io.jboot.core.JbootCoreConfig' }
JbootApplication { name='jboot', mode='dev', version='3.13.0', config='io.jboot.core.JbootCoreConfig' }
Classpath : /Users/michael/work/git/JbootAdmin/starter-cms/target/classes/
Starting JFinal 4.9.01 -> http://0.0.0.0:8003
Info: jfinal-undertow 2.1, undertow 2.0.30.Final, jvm 1.8.0_261
Expand All @@ -126,7 +126,7 @@ ClassScanner scan classpath : /Users/michael/work/git/JbootAdmin/core-framework/
ClassScanner scan classpath : /Users/michael/work/git/JbootAdmin/module-cms/module-cms-web/target/classes
ClassScanner scan classpath : /Users/michael/work/git/JbootAdmin/core-commons/target/classes
ClassScanner scan classpath : /Users/michael/work/git/JbootAdmin/core-framework/core-framework-service/target/classes
ClassScanner scan jar : /Users/michael/.m2/repository/io/jboot/jboot/3.12.5/jboot-3.12.5.jar
ClassScanner scan jar : /Users/michael/.m2/repository/io/jboot/jboot/3.13.0/jboot-3.13.0.jar
Starting Complete in 2.3 seconds. Welcome To The JFinal World (^_^)
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 @@ -22,7 +22,7 @@
*/
public class JbootConsts {

public static String VERSION = "3.12.5";
public static String VERSION = "3.13.0";


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

0 comments on commit 216120c

Please sign in to comment.