|
22 | 22 | <parent>
|
23 | 23 | <groupId>org.libj</groupId>
|
24 | 24 | <artifactId>libj</artifactId>
|
25 |
| - <version>0.9.9-SNAPSHOT</version> |
| 25 | + <version>0.9.9</version> |
26 | 26 | </parent>
|
27 | 27 | <artifactId>math</artifactId>
|
28 |
| - <version>0.6.8-SNAPSHOT</version> |
| 28 | + <version>0.6.8</version> |
29 | 29 | <name>LibJ Math</name>
|
30 | 30 | <description>
|
31 | 31 | Supplementary extensions to the java.math package.
|
|
48 | 48 | <plugin>
|
49 | 49 | <groupId>org.jaxsb</groupId>
|
50 | 50 | <artifactId>jaxsb-maven-plugin</artifactId>
|
51 |
| - <version>3.0.0-SNAPSHOT</version> |
| 51 | + <version>3.0.0</version> |
52 | 52 | <executions>
|
53 | 53 | <execution>
|
54 | 54 | <id>jaxsb-generate</id>
|
|
81 | 81 | <dependency>
|
82 | 82 | <groupId>org.openjax.xml</groupId>
|
83 | 83 | <artifactId>api</artifactId>
|
84 |
| - <version>1.0.0-SNAPSHOT</version> |
| 84 | + <version>1.0.0</version> |
85 | 85 | <scope>test</scope>
|
86 | 86 | </dependency>
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.libj</groupId>
|
89 | 89 | <artifactId>test</artifactId>
|
90 |
| - <version>0.7.3-SNAPSHOT</version> |
| 90 | + <version>0.7.3</version> |
91 | 91 | <scope>test</scope>
|
92 | 92 | </dependency>
|
93 | 93 | <dependency>
|
94 | 94 | <groupId>org.libj</groupId>
|
95 | 95 | <artifactId>console</artifactId>
|
96 |
| - <version>0.2.0-SNAPSHOT</version> |
| 96 | + <version>0.2.0</version> |
97 | 97 | <scope>test</scope>
|
98 | 98 | </dependency>
|
99 | 99 | <dependency>
|
100 | 100 | <groupId>org.jaxsb</groupId>
|
101 | 101 | <artifactId>generator</artifactId>
|
102 |
| - <version>3.0.0-SNAPSHOT</version> |
| 102 | + <version>3.0.0</version> |
103 | 103 | <scope>test</scope>
|
104 | 104 | </dependency>
|
105 | 105 | <dependency>
|
|
135 | 135 | <dependency>
|
136 | 136 | <groupId>org.javassist</groupId>
|
137 | 137 | <artifactId>javassist</artifactId>
|
138 |
| - <version>3.29.2-GA</version> |
| 138 | + <version>3.30.2-GA</version> |
139 | 139 | <scope>test</scope>
|
140 | 140 | </dependency>
|
141 | 141 |
|
142 | 142 | <dependency>
|
143 | 143 | <groupId>org.libj</groupId>
|
144 | 144 | <artifactId>lang</artifactId>
|
145 |
| - <version>0.8.1-SNAPSHOT</version> |
| 145 | + <version>0.8.1</version> |
146 | 146 | </dependency>
|
147 | 147 | <dependency>
|
148 | 148 | <groupId>org.libj</groupId>
|
149 | 149 | <artifactId>util</artifactId>
|
150 |
| - <version>0.9.1-SNAPSHOT</version> |
| 150 | + <version>0.9.1</version> |
151 | 151 | </dependency>
|
152 | 152 |
|
153 | 153 | <dependency>
|
|
0 commit comments