aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2012-11-08 14:33:45 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2012-11-08 14:33:45 +0000
commitcfee5e624d8fd41ad31eae43092ea86935f524b9 (patch)
treea4a0d1a04982e60933c6c1550dcbfeb4028daa17 /pom.xml
parent4453e36043b556dabbf22662904f7985a76bb445 (diff)
downloadjavassist-cfee5e624d8fd41ad31eae43092ea86935f524b9.tar.gz
javassist-cfee5e624d8fd41ad31eae43092ea86935f524b9.zip
for 3.17.0-GA releaserel_3_17_0_ga
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@678 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 6b8b35d0..e2f3c011 100644
--- a/pom.xml
+++ b/pom.xml
@@ -124,8 +124,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>
<plugin>
@@ -272,7 +272,7 @@
<version>${java.version}</version>
<scope>system</scope>
<optional>true</optional>
- <systemPath>${java.home}/../Classes/classes.jar</systemPath>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>