File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
22
<parent >
23
23
<groupId >org.libj</groupId >
24
24
<artifactId >libj</artifactId >
25
- <version >0.9.8-SNAPSHOT </version >
25
+ <version >0.9.8</version >
26
26
</parent >
27
27
<artifactId >util</artifactId >
28
- <version >0.9.0-SNAPSHOT </version >
28
+ <version >0.9.0</version >
29
29
<name >LibJ Util</name >
30
30
<description >
31
31
Supplementary utilities for classes that belong to java.util, or are considered essential as to justify existence in java.util.
35
35
<plugin >
36
36
<groupId >org.openjax.codegen</groupId >
37
37
<artifactId >codegen-maven-plugin</artifactId >
38
- <version >0.2.6-SNAPSHOT </version >
38
+ <version >0.2.6</version >
39
39
<executions >
40
40
<execution >
41
41
<id >characterClasses</id >
379
379
<dependency >
380
380
<groupId >org.libj</groupId >
381
381
<artifactId >lang</artifactId >
382
- <version >0.8.0-SNAPSHOT </version >
382
+ <version >0.8.0</version >
383
383
<type >test-jar</type >
384
384
<scope >test</scope >
385
385
</dependency >
386
386
<dependency >
387
387
<groupId >org.libj</groupId >
388
388
<artifactId >logging</artifactId >
389
- <version >0.4.6-SNAPSHOT </version >
389
+ <version >0.4.6</version >
390
390
<scope >test</scope >
391
391
</dependency >
392
392
393
393
<dependency >
394
394
<groupId >org.openjax.codegen</groupId >
395
395
<artifactId >radixtree</artifactId >
396
- <version >0.2.6-SNAPSHOT </version >
396
+ <version >0.2.6</version >
397
397
</dependency >
398
398
399
399
<dependency >
You can’t perform that action at this time.
0 commit comments