From 34bd30f1a6c496f5fcef19999ff11509a9c5e31d Mon Sep 17 00:00:00 2001 From: chiba Date: Mon, 5 Mar 2012 17:49:29 +0000 Subject: 3.16.1-GA release git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@623 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- pom.xml | 51 ++++++++++++++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 13 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 9ae98be0..e7bfdc19 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. - 3.16.0-GA + 3.16.1-GA Javassist http://www.javassist.org/ @@ -123,16 +123,26 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 - 1.4 - 1.4 + 1.5 + 1.5 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + + javassist/JvstTest.java + + once + runtest org.apache.maven.plugins maven-jar-plugin - 2.3.1 ${project.build.sourceDirectory}/META-INF/MANIFEST.MF @@ -230,26 +240,40 @@ needed by sample code --> - default_profile + default-tools !mac - - ${java.home}/../lib/tools.jar - + + + com.sun + tools + ${java.version} + system + true + ${java.home}/../lib/tools.jar + + - osx_profile + mac-tools mac - - ${java.home}/../Classes/classes.jar - + + + com.sun + tools + ${java.version} + system + true + ${java.home}/../Classes/classes.jar + + @@ -261,3 +285,4 @@ + -- cgit v1.2.3