We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99fcd75 commit fd4e15bCopy full SHA for fd4e15b
pom.xml
@@ -22,10 +22,10 @@
22
<parent>
23
<groupId>org.libj</groupId>
24
<artifactId>libj</artifactId>
25
- <version>0.9.7-SNAPSHOT</version>
+ <version>0.9.7</version>
26
</parent>
27
<artifactId>io</artifactId>
28
- <version>0.7.7-SNAPSHOT</version>
+ <version>0.7.7</version>
29
<name>LibJ IO</name>
30
<description>
31
Supplementary extensions to the java.io and java.nio packages.
@@ -34,12 +34,12 @@
34
<dependency>
35
36
<artifactId>util</artifactId>
37
- <version>0.8.1-SNAPSHOT</version>
+ <version>0.8.1</version>
38
</dependency>
39
40
41
<artifactId>test</artifactId>
42
- <version>0.7.1-SNAPSHOT</version>
+ <version>0.7.1</version>
43
44
</dependencies>
45
</project>
0 commit comments