You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bridges-commits@portals.apache.org by at...@apache.org on 2006/03/21 22:11:20 UTC

svn commit: r387621 - /portals/bridges/trunk/project.properties

Author: ate
Date: Tue Mar 21 13:11:17 2006
New Revision: 387621

URL: http://svn.apache.org/viewcvs?rev=387621&view=rev
Log:
Default target JDK is 1.3, see http://issues.apache.org/jira/browse/PB-34

Modified:
    portals/bridges/trunk/project.properties

Modified: portals/bridges/trunk/project.properties
URL: http://svn.apache.org/viewcvs/portals/bridges/trunk/project.properties?rev=387621&r1=387620&r2=387621&view=diff
==============================================================================
--- portals/bridges/trunk/project.properties (original)
+++ portals/bridges/trunk/project.properties Tue Mar 21 13:11:17 2006
@@ -24,8 +24,8 @@
 maven.xdoc.version = ${pom.currentVersion}
 
 # Maven Compilation Setting
-maven.compile.source=1.4
-maven.compile.target=1.4
+maven.compile.source=1.3
+maven.compile.target=1.3
 maven.compile.deprecation=on
 
 # Whether to skip tests.



---------------------------------------------------------------------
To unsubscribe, e-mail: bridges-commits-unsubscribe@portals.apache.org
For additional commands, e-mail: bridges-commits-help@portals.apache.org