diff options
author | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2012-11-15 17:17:07 +0000 |
---|---|---|
committer | chiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3> | 2012-11-15 17:17:07 +0000 |
commit | 9133f1b1a4a3c7c9921d7fb3e4280f596b797f27 (patch) | |
tree | 14a85e8ee9bde0eb636478443909bd83eaf60f69 /pom.xml | |
parent | 226a8f53e5d26d8a4a5aefcfd09340bbc9caf7ce (diff) | |
download | javassist-9133f1b1a4a3c7c9921d7fb3e4280f596b797f27.tar.gz javassist-9133f1b1a4a3c7c9921d7fb3e4280f596b797f27.zip |
fixed JASSIST-178
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@687 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 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.17.0-GA</version> + <version>3.17.1-GA</version> <name>Javassist</name> <url>http://www.javassist.org/</url> @@ -124,8 +124,8 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <configuration> - <source>1.7</source> - <target>1.7</target> + <source>1.6</source> + <target>1.6</target> </configuration> </plugin> <plugin> |