Skip to content

Commit e8e2b61

Browse files
committed
upgrade smart-socket
1 parent 69d7185 commit e8e2b61

File tree

1 file changed

+11
-0
lines changed
  • frameworks/Java/smart-socket

1 file changed

+11
-0
lines changed

frameworks/Java/smart-socket/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@
9292
<name>Sonatype Nexus Snapshots</name>
9393
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
9494
</repository>
95+
<repository>
96+
<name>Central Portal Snapshots</name>
97+
<id>central-portal-snapshots</id>
98+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
99+
<releases>
100+
<enabled>false</enabled>
101+
</releases>
102+
<snapshots>
103+
<enabled>true</enabled>
104+
</snapshots>
105+
</repository>
95106
</repositories>
96107
<pluginRepositories>
97108
<pluginRepository>

0 commit comments

Comments
 (0)