Skip to content

Commit

Permalink
Prepare RELEASE [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 23, 2020
1 parent a0fc3b0 commit 01c4878
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.7-SNAPSHOT</version>
<version>0.9.7</version>
</parent>
<artifactId>net</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.5.2</version>
<name>LibJ Net</name>
<description>
Supplementary utilities for classes that belong to java.net and javax.servlet packages.
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
</dependencies>
</project>

0 comments on commit 01c4878

Please sign in to comment.