You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by mr...@apache.org on 2005/09/19 18:06:47 UTC

svn commit: r290194 - /struts/build/trunk/project.properties

Author: mrdon
Date: Mon Sep 19 09:06:45 2005
New Revision: 290194

URL: http://svn.apache.org/viewcvs?rev=290194&view=rev
Log:
Changing Java source and target to 1.4

Modified:
    struts/build/trunk/project.properties

Modified: struts/build/trunk/project.properties
URL: http://svn.apache.org/viewcvs/struts/build/trunk/project.properties?rev=290194&r1=290193&r2=290194&view=diff
==============================================================================
--- struts/build/trunk/project.properties (original)
+++ struts/build/trunk/project.properties Mon Sep 19 09:06:45 2005
@@ -9,7 +9,7 @@
 maven.checkstyle.properties = ${basedir}/build/struts_checks.xml
 maven.checkstyle.header.file = ${basedir}/build/LICENSE.txt
 
-maven.compile.source=1.3
-maven.compile.target=1.3
+maven.compile.source=1.4
+maven.compile.target=1.4
 
 maven.repo.remote=http://www.ibiblio.org/maven/,http://cvs.apache.org/repository



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org