Skip to content

Commit

Permalink
3.30.2-GA release
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed Dec 24, 2023
1 parent db9b8af commit 9ad0553
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changes.md
@@ -1,5 +1,9 @@
### Changes

### version 3.30.2 on December 25, 2023

* GitHub PR #473, 475, 476

#### version 3.30.1 on December 17, 2023

* GitHub Issue #471
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -6,7 +6,7 @@

<project name="javassist" default="jar" basedir=".">

<property name="dist-version" value="javassist-3.30.1-GA"/>
<property name="dist-version" value="javassist-3.30.2-GA"/>

<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
Expand Down
Binary file modified javassist.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.30.1-GA</version>
<version>3.30.2-GA</version>
<packaging>bundle</packaging>
<name>Javassist</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/javassist/CtClass.java
Expand Up @@ -69,7 +69,7 @@ public abstract class CtClass {
/**
* The version number of this release.
*/
public static final String version = "3.30.1-GA";
public static final String version = "3.30.2-GA";

/**
* Prints the version number and the copyright notice.
Expand Down

0 comments on commit 9ad0553

Please sign in to comment.