### Changes
+#### version 3.30.1 on December 17, 2023
+
+* GitHub Issue #471
+
#### version 3.30 on December 17, 2023
* GitHub PR #434, 448, 463 (Issue #462), 466, 467, 468, 469, 470,
<project name="javassist" default="jar" basedir=".">
- <property name="dist-version" value="javassist-3.30.0-GA"/>
+ <property name="dist-version" value="javassist-3.30.1-GA"/>
<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
- <version>3.30.0-GA</version>
+ <version>3.30.1-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
- <source>8</source>
- <target>8</target>
+ <source>11</source>
+ <target>11</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>3.3.0</version>
+ <version>5.1.9</version>
<executions>
<execution>
<id>bundle-manifest</id>
/**
* The version number of this release.
*/
- public static final String version = "3.30.0-GA";
+ public static final String version = "3.30.1-GA";
/**
* Prints the version number and the copyright notice.