Browse Source

update smart-http (#6150)

* 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

* update aio-enhance to 1.0.2-SNAPSHOT

* disable jni

* update smart-http to 1.0.18

* 还原配置

Co-authored-by: 三刀 <[email protected]>
三刀 4 years ago
parent
commit
2d19e391c2
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,14 +9,14 @@
     <parent>
         <groupId>org.smartboot.http</groupId>
         <artifactId>smart-http-parent</artifactId>
-        <version>1.0.17-SNAPSHOT</version>
+        <version>1.0.18</version>
     </parent>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
         <log4j.version>2.11.0</log4j.version>
-        <aio-enhance.version>1.0.2-SNAPSHOT</aio-enhance.version>
+        <aio-enhance.version>1.0.2</aio-enhance.version>
     </properties>
     <dependencies>
         <dependency>