Skip to content

Commit fd4e15b

Browse files
committed
Prepare RELEASE [skip ci]
1 parent 99fcd75 commit fd4e15b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
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.7-SNAPSHOT</version>
25+
<version>0.9.7</version>
2626
</parent>
2727
<artifactId>io</artifactId>
28-
<version>0.7.7-SNAPSHOT</version>
28+
<version>0.7.7</version>
2929
<name>LibJ IO</name>
3030
<description>
3131
Supplementary extensions to the java.io and java.nio packages.
@@ -34,12 +34,12 @@
3434
<dependency>
3535
<groupId>org.libj</groupId>
3636
<artifactId>util</artifactId>
37-
<version>0.8.1-SNAPSHOT</version>
37+
<version>0.8.1</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>org.libj</groupId>
4141
<artifactId>test</artifactId>
42-
<version>0.7.1-SNAPSHOT</version>
42+
<version>0.7.1</version>
4343
</dependency>
4444
</dependencies>
4545
</project>

0 commit comments

Comments
 (0)