You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2009/12/04 10:33:43 UTC

svn commit: r887129 - /commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml

Author: niallp
Date: Fri Dec  4 09:33:42 2009
New Revision: 887129

URL: http://svn.apache.org/viewvc?rev=887129&view=rev
Log:
Set source/target JDK to 1.3

Modified:
    commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml

Modified: commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml?rev=887129&r1=887128&r2=887129&view=diff
==============================================================================
--- commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml (original)
+++ commons/proper/jelly/branches/MAVEN-2-BRANCH/pom.xml Fri Dec  4 09:33:42 2009
@@ -51,8 +51,8 @@
   </modules>
 
   <properties>
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
+    <maven.compile.source>1.3</maven.compile.source>
+    <maven.compile.target>1.3</maven.compile.target>
     <commons.componentid>jelly</commons.componentid>
     <commons.release.version>1.0</commons.release.version>
     <commons.jira.id>JELLY</commons.jira.id>