|
22 | 22 | <parent>
|
23 | 23 | <groupId>org.libj</groupId>
|
24 | 24 | <artifactId>libj</artifactId>
|
25 |
| - <version>0.9.7-SNAPSHOT</version> |
| 25 | + <version>0.9.7</version> |
26 | 26 | </parent>
|
27 | 27 | <artifactId>util</artifactId>
|
28 |
| - <version>0.8.1-SNAPSHOT</version> |
| 28 | + <version>0.8.1</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.5-SNAPSHOT</version> |
| 38 | + <version>0.2.5</version> |
39 | 39 | <executions>
|
40 | 40 | <execution>
|
41 | 41 | <id>characterClasses</id>
|
|
335 | 335 | <dependency>
|
336 | 336 | <groupId>org.openjax.codegen</groupId>
|
337 | 337 | <artifactId>radixtree</artifactId>
|
338 |
| - <version>0.2.5-SNAPSHOT</version> |
| 338 | + <version>0.2.5</version> |
339 | 339 | </dependency>
|
340 | 340 | <dependency>
|
341 | 341 | <groupId>org.libj</groupId>
|
342 | 342 | <artifactId>lang</artifactId>
|
343 |
| - <version>0.7.5-SNAPSHOT</version> |
| 343 | + <version>0.7.5</version> |
344 | 344 | <type>test-jar</type>
|
345 | 345 | <scope>test</scope>
|
346 | 346 | </dependency>
|
347 | 347 | <dependency>
|
348 | 348 | <groupId>org.libj</groupId>
|
349 | 349 | <artifactId>test</artifactId>
|
350 |
| - <version>0.7.1-SNAPSHOT</version> |
| 350 | + <version>0.7.1</version> |
351 | 351 | <scope>test</scope>
|
352 | 352 | </dependency>
|
353 | 353 | <dependency>
|
354 | 354 | <groupId>org.libj</groupId>
|
355 | 355 | <artifactId>logging</artifactId>
|
356 |
| - <version>0.4.5-SNAPSHOT</version> |
| 356 | + <version>0.4.5</version> |
357 | 357 | <scope>test</scope>
|
358 | 358 | </dependency>
|
359 | 359 | </dependencies>
|
|
0 commit comments