Skip to content

Commit 678c848

Browse files
authored
upgrade feat (#9808)
* 适配最新版 * upgrade smart-socket * upgrade smart-socket * upgrade smart-socket * upgrade smart-socket
1 parent 6443b71 commit 678c848

File tree

1 file changed

+12
-6
lines changed
  • frameworks/Java/smart-socket

1 file changed

+12
-6
lines changed

frameworks/Java/smart-socket/pom.xml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<maven.compiler.source>21</maven.compiler.source>
1212
<maven.compiler.target>21</maven.compiler.target>
1313
<log4j.version>2.17.1</log4j.version>
14-
<smartservlet.version>2.9.1</smartservlet.version>
14+
<smartservlet.version>3.1-SNAPSHOT</smartservlet.version>
1515
<hikaricp.version>5.0.0</hikaricp.version>
1616
<jsoniter.version>0.9.23</jsoniter.version>
1717
</properties>
@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>tech.smartboot.feat</groupId>
2222
<artifactId>feat-cloud-starter</artifactId>
23-
<version>0.8.2</version>
23+
<version>0.8.3-SNAPSHOT</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>io.github.smartboot.socket</groupId>
2727
<artifactId>aio-pro</artifactId>
28-
<version>1.6.56</version>
28+
<version>1.5.57</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>tech.smartboot.servlet</groupId>
@@ -88,9 +88,15 @@
8888
<url>https://repo.maven.apache.org/maven2</url>
8989
</repository>
9090
<repository>
91-
<id>sonatype-nexus-snapshots</id>
92-
<name>Sonatype Nexus Snapshots</name>
93-
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
91+
<name>Central Portal Snapshots</name>
92+
<id>central-portal-snapshots</id>
93+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
94+
<releases>
95+
<enabled>false</enabled>
96+
</releases>
97+
<snapshots>
98+
<enabled>true</enabled>
99+
</snapshots>
94100
</repository>
95101
</repositories>
96102
<pluginRepositories>

0 commit comments

Comments
 (0)