brett 2004/10/28 05:53:00 Modified: . Tag: MAVEN-1_0-BRANCH project.properties xdocs Tag: MAVEN-1_0-BRANCH changes.xml Log: target 1.3 JVM Revision Changes Path No revision No revision 1.51.2.33 +4 -0 maven/project.properties Index: project.properties =================================================================== RCS file: /home/cvs/maven/project.properties,v retrieving revision 1.51.2.32 retrieving revision 1.51.2.33 diff -u -r1.51.2.32 -r1.51.2.33 --- project.properties 24 Sep 2004 10:35:56 -0000 1.51.2.32 +++ project.properties 28 Oct 2004 12:52:59 -0000 1.51.2.33 @@ -22,6 +22,10 @@ maven.build.dir = ${basedir}/target maven.gen.docs = ${maven.build.dir}/generated-xdocs +# We are targetting the 1.3 JVM and above +maven.compile.target=1.3 +maven.compile.source=1.3 + maven.jar.manifest = manifest.mf No revision No revision 1.14.4.39 +1 -0 maven/xdocs/changes.xml Index: changes.xml =================================================================== RCS file: /home/cvs/maven/xdocs/changes.xml,v retrieving revision 1.14.4.38 retrieving revision 1.14.4.39 diff -u -r1.14.4.38 -r1.14.4.39 --- changes.xml 27 Oct 2004 11:33:51 -0000 1.14.4.38 +++ changes.xml 28 Oct 2004 12:52:59 -0000 1.14.4.39 @@ -25,6 +25,7 @@ </properties> <body> <release version="1.0.1-SNAPSHOT" date="in CVS MAVEN-1_0-BRANCH"> + <action dev="brett" type="fix" issue="MAVEN-1437">Specifically target the 1.3 JVM</action> <action dev="brett" type="fix" issue="MAVEN-1363">Goals in maven:reactor and maven:maven are trimmed</action> <action dev="brett" type="fix" issue="MAVEN-1424" due-to="Felipe Leme">maven -p now fails if file does not exist.</action> <action dev="brett" type="add" issue="MAVEN-573">Remove junitdoclet test that causes problems with the bootstrap on non-US character sets</action>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]