We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4269af commit c9ac7e7Copy full SHA for c9ac7e7
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>lang</artifactId>
28
- <version>0.7.3-SNAPSHOT</version>
+ <version>0.7.3</version>
29
<name>LibJ Lang</name>
30
<description>
31
Supplementary utilities for classes that belong to java.lang, or are considered essential as to justify existence in java.lang.
@@ -34,7 +34,7 @@
34
<dependency>
35
36
<artifactId>test</artifactId>
37
- <version>0.6.9-SNAPSHOT</version>
+ <version>0.6.9</version>
38
<scope>test</scope>
39
</dependency>
40
</dependencies>
0 commit comments