Skip to content

Commit dc3ae07

Browse files
committed
Use a specific version of JetBrains Annotations and bump version to 2.0-rc15
1 parent 9a4b4bb commit dc3ae07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.monora.coolsocket</groupId>
88
<artifactId>core</artifactId>
9-
<version>2.0-rc14</version>
9+
<version>2.0-rc15</version>
1010
<name>CoolSocket</name>
1111
<description>Bidirectional TCP socket layer and server</description>
1212
<url>https://github.com//libcoolsocket/java</url>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.jetbrains</groupId>
6060
<artifactId>annotations</artifactId>
61-
<version>RELEASE</version>
61+
<version>16.0.2</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
</dependencies>

0 commit comments

Comments
 (0)