Skip to content

Commit

Permalink
v3.15.0 release (^.^)YYa!!
Browse files Browse the repository at this point in the history
  • Loading branch information
yangfuhai committed Apr 29, 2022
1 parent f37cbb6 commit 95b9b08
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.14.9</version>
<version>3.15.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.14.9</version>
<version>3.15.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.14.9</version>
<version>3.15.0</version>
</dependency>
```

Expand Down Expand Up @@ -113,7 +113,7 @@ public class IndexController extends JbootController {
JbootApplication { mode='dev', version='3.14.9', jfinalConfig='io.jboot.core.JbootCoreConfig' }
JbootApplication { mode='dev', version='3.15.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.14.9', config='io.jboot.core.JbootCoreConfig' }
JbootApplication { name='jboot', mode='dev', version='3.15.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.14.9/jboot-3.14.9.jar
ClassScanner scan jar : /Users/michael/.m2/repository/io/jboot/jboot/3.15.0/jboot-3.15.0.jar
Starting Complete in 2.3 seconds. Welcome To The JFinal World (^_^)
Expand Down
2 changes: 1 addition & 1 deletion simples/websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<dependency>
<groupId>io.jboot</groupId>
<artifactId>jboot</artifactId>
<version>3.14.9</version>
<version>3.15.0</version>
</dependency>
</dependencies>

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.14.9";
public static String VERSION = "3.15.0";


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

0 comments on commit 95b9b08

Please sign in to comment.