We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 244ff26 commit 62bb6f6Copy full SHA for 62bb6f6
pom.xml
@@ -22,10 +22,10 @@
22
<parent>
23
<groupId>org.libj</groupId>
24
<artifactId>libj</artifactId>
25
- <version>0.9.5-SNAPSHOT</version>
+ <version>0.9.5</version>
26
</parent>
27
<artifactId>net</artifactId>
28
- <version>0.5.0-SNAPSHOT</version>
+ <version>0.5.0</version>
29
<name>LibJ Net</name>
30
<description>
31
Supplementary utilities for classes that belong to java.net and javax.servlet packages.
@@ -44,7 +44,7 @@
44
<dependency>
45
46
<artifactId>util</artifactId>
47
- <version>0.7.9-SNAPSHOT</version>
+ <version>0.7.9</version>
48
</dependency>
49
</dependencies>
50
</project>
0 commit comments