Skip to content

Commit 2582921

Browse files
committed
Upgrade javassist to 3.30.2-GA, re #37
1 parent 6e94595 commit 2582921

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Diff for: pom.xml

+10-10
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.9-SNAPSHOT</version>
25+
<version>0.9.9</version>
2626
</parent>
2727
<artifactId>math</artifactId>
28-
<version>0.6.8-SNAPSHOT</version>
28+
<version>0.6.8</version>
2929
<name>LibJ Math</name>
3030
<description>
3131
Supplementary extensions to the java.math package.
@@ -48,7 +48,7 @@
4848
<plugin>
4949
<groupId>org.jaxsb</groupId>
5050
<artifactId>jaxsb-maven-plugin</artifactId>
51-
<version>3.0.0-SNAPSHOT</version>
51+
<version>3.0.0</version>
5252
<executions>
5353
<execution>
5454
<id>jaxsb-generate</id>
@@ -81,25 +81,25 @@
8181
<dependency>
8282
<groupId>org.openjax.xml</groupId>
8383
<artifactId>api</artifactId>
84-
<version>1.0.0-SNAPSHOT</version>
84+
<version>1.0.0</version>
8585
<scope>test</scope>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.libj</groupId>
8989
<artifactId>test</artifactId>
90-
<version>0.7.3-SNAPSHOT</version>
90+
<version>0.7.3</version>
9191
<scope>test</scope>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.libj</groupId>
9595
<artifactId>console</artifactId>
96-
<version>0.2.0-SNAPSHOT</version>
96+
<version>0.2.0</version>
9797
<scope>test</scope>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.jaxsb</groupId>
101101
<artifactId>generator</artifactId>
102-
<version>3.0.0-SNAPSHOT</version>
102+
<version>3.0.0</version>
103103
<scope>test</scope>
104104
</dependency>
105105
<dependency>
@@ -135,19 +135,19 @@
135135
<dependency>
136136
<groupId>org.javassist</groupId>
137137
<artifactId>javassist</artifactId>
138-
<version>3.29.2-GA</version>
138+
<version>3.30.2-GA</version>
139139
<scope>test</scope>
140140
</dependency>
141141

142142
<dependency>
143143
<groupId>org.libj</groupId>
144144
<artifactId>lang</artifactId>
145-
<version>0.8.1-SNAPSHOT</version>
145+
<version>0.8.1</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.libj</groupId>
149149
<artifactId>util</artifactId>
150-
<version>0.9.1-SNAPSHOT</version>
150+
<version>0.9.1</version>
151151
</dependency>
152152

153153
<dependency>

0 commit comments

Comments
 (0)