Browse Source

update smart-http to 1.0.17-SNAPSHOT (#5997)

* update smart-http to 1.0.15-SNAPSHOT

* optimize performance

* update smart-http to 1.0.15

* update aio-enhance to 1.0.1-SNAPSHOT

* optimize performance

* optimize performance

* update smart-http to 1.0.16-SNAPSHOT

* update smart-http to 1.0.17-SNAPSHOT

Co-authored-by: 三刀 <[email protected]>
三刀 4 years ago
parent
commit
24ece1c759
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/smart-socket/pom.xml

+ 2 - 2
frameworks/Java/smart-socket/pom.xml

@@ -9,7 +9,7 @@
     <parent>
     <parent>
         <groupId>org.smartboot.http</groupId>
         <groupId>org.smartboot.http</groupId>
         <artifactId>smart-http-parent</artifactId>
         <artifactId>smart-http-parent</artifactId>
-        <version>1.0.16-SNAPSHOT</version>
+        <version>1.0.17-SNAPSHOT</version>
     </parent>
     </parent>
     <properties>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -36,7 +36,7 @@
         <dependency>
         <dependency>
             <groupId>org.smartboot.socket</groupId>
             <groupId>org.smartboot.socket</groupId>
             <artifactId>aio-pro</artifactId>
             <artifactId>aio-pro</artifactId>
-            <version>1.4.13-SNAPSHOT</version>
+            <version>1.5.0-SNAPSHOT</version>
         </dependency>
         </dependency>
         <dependency>
         <dependency>
             <groupId>com.jsoniter</groupId>
             <groupId>com.jsoniter</groupId>