Skip to content

Commit 9b9f4a8

Browse files
committed
Prepare for release [skip ci]
1 parent 79e9c32 commit 9b9f4a8

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.5-SNAPSHOT</version>
25+
<version>0.9.5</version>
2626
</parent>
2727
<artifactId>util</artifactId>
28-
<version>0.7.9-SNAPSHOT</version>
28+
<version>0.7.9</version>
2929
<name>LibJ Util</name>
3030
<description>
3131
Supplementary utilities for classes that belong to java.util, or are considered essential as to justify existence in java.util.
@@ -39,13 +39,13 @@
3939
<dependency>
4040
<groupId>org.libj</groupId>
4141
<artifactId>test</artifactId>
42-
<version>0.6.9-SNAPSHOT</version>
42+
<version>0.6.9</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
4646
<groupId>org.libj</groupId>
4747
<artifactId>logging</artifactId>
48-
<version>0.4.1-SNAPSHOT</version>
48+
<version>0.4.1</version>
4949
<scope>test</scope>
5050
</dependency>
5151
</dependencies>

0 commit comments

Comments
 (0)