Skip to content

Commit fbcf53e

Browse files
committed
fix(ci): attempt to fix ci
1 parent 6ee57d9 commit fbcf53e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.github.robinpcrd</groupId>
55
<artifactId>socket.io-client</artifactId>
6-
<version>2.2.0-SNAPSHOT</version>
6+
<version>2.2.0</version>
77
<packaging>jar</packaging>
88
<name>socket.io-client</name>
99
<description>Socket.IO Client Library for Java (Fork)</description>
@@ -96,10 +96,12 @@
9696
</dependencies>
9797

9898
<distributionManagement>
99+
<!--
99100
<snapshotRepository>
100101
<id>central</id>
101102
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
102103
</snapshotRepository>
104+
-->
103105
<repository>
104106
<id>central</id>
105107
<url>https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url>

0 commit comments

Comments
 (0)