diff options
author | chibash <chiba@javassist.org> | 2023-12-17 23:04:10 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2023-12-17 23:04:10 +0900 |
commit | 71395e3994016a2ee70a0ae10395f1f6adab71a8 (patch) | |
tree | 288815e2f43b1ab6158ca52f41789afc24d65f08 /pom.xml | |
parent | dd2725820be97ed0a74dd51d543a36a2395945b6 (diff) | |
download | javassist-0062b472294107afbc017f42e048055c616327cd.tar.gz javassist-0062b472294107afbc017f42e048055c616327cd.zip |
fixes github issue #471rel_3_30_1_ga
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -7,7 +7,7 @@ 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> @@ -151,8 +151,8 @@ <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> @@ -218,7 +218,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom> <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> |