aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2018-09-02 22:56:45 +0900
committerchibash <chiba@javassist.org>2018-09-02 22:56:45 +0900
commitc52b9c7100412288eecf2ed098c63a0ba1643000 (patch)
tree0fa3a3e32fb327059f269bd6d6271957bcf70142 /pom.xml
parent808dfb862f2967534e9250060b895eb0c8762cb9 (diff)
downloadjavassist-c52b9c7100412288eecf2ed098c63a0ba1643000.tar.gz
javassist-c52b9c7100412288eecf2ed098c63a0ba1643000.zip
modifies NestHostAttribute and NestMembersAttribute and adds test code
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index adb9c619..8900978f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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.23.1-GA</version>
+ <version>3.24-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
@@ -151,10 +151,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
- <source>1.6</source>
- <target>1.6</target>
- <testSource>1.9</testSource>
- <testTarget>1.9</testTarget>
+ <source>1.8</source>
+ <target>1.8</target>
+ <testSource>11</testSource>
+ <testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>
</configuration>
</plugin>