Skip to content

Commit d593a84

Browse files
committed
Prepare release [skip ci]
1 parent 415f532 commit d593a84

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
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.8-SNAPSHOT</version>
25+
<version>0.9.8</version>
2626
</parent>
2727
<artifactId>util</artifactId>
28-
<version>0.9.0-SNAPSHOT</version>
28+
<version>0.9.0</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.
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.openjax.codegen</groupId>
3737
<artifactId>codegen-maven-plugin</artifactId>
38-
<version>0.2.6-SNAPSHOT</version>
38+
<version>0.2.6</version>
3939
<executions>
4040
<execution>
4141
<id>characterClasses</id>
@@ -379,21 +379,21 @@
379379
<dependency>
380380
<groupId>org.libj</groupId>
381381
<artifactId>lang</artifactId>
382-
<version>0.8.0-SNAPSHOT</version>
382+
<version>0.8.0</version>
383383
<type>test-jar</type>
384384
<scope>test</scope>
385385
</dependency>
386386
<dependency>
387387
<groupId>org.libj</groupId>
388388
<artifactId>logging</artifactId>
389-
<version>0.4.6-SNAPSHOT</version>
389+
<version>0.4.6</version>
390390
<scope>test</scope>
391391
</dependency>
392392

393393
<dependency>
394394
<groupId>org.openjax.codegen</groupId>
395395
<artifactId>radixtree</artifactId>
396-
<version>0.2.6-SNAPSHOT</version>
396+
<version>0.2.6</version>
397397
</dependency>
398398

399399
<dependency>

0 commit comments

Comments
 (0)