Skip to content

Commit

Permalink
Use a specific version of JetBrains Annotations and bump version to 2…
Browse files Browse the repository at this point in the history
….0-rc15
  • Loading branch information
velitasali committed Apr 3, 2021
1 parent 9a4b4bb commit dc3ae07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.monora.coolsocket</groupId>
<artifactId>core</artifactId>
<version>2.0-rc14</version>
<version>2.0-rc15</version>
<name>CoolSocket</name>
<description>Bidirectional TCP socket layer and server</description>
<url>https://github.com//libcoolsocket/java</url>
Expand Down Expand Up @@ -58,7 +58,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>RELEASE</version>
<version>16.0.2</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit dc3ae07

Please sign in to comment.