Skip to content

Commit 62bb6f6

Browse files
committed
Prepare for release [skip ci]
1 parent 244ff26 commit 62bb6f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
<parent>
2323
<groupId>org.libj</groupId>
2424
<artifactId>libj</artifactId>
25-
<version>0.9.5-SNAPSHOT</version>
25+
<version>0.9.5</version>
2626
</parent>
2727
<artifactId>net</artifactId>
28-
<version>0.5.0-SNAPSHOT</version>
28+
<version>0.5.0</version>
2929
<name>LibJ Net</name>
3030
<description>
3131
Supplementary utilities for classes that belong to java.net and javax.servlet packages.
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.libj</groupId>
4646
<artifactId>util</artifactId>
47-
<version>0.7.9-SNAPSHOT</version>
47+
<version>0.7.9</version>
4848
</dependency>
4949
</dependencies>
5050
</project>

0 commit comments

Comments
 (0)