diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 10 |
1 files changed, 5 insertions, 5 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.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> |