You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 02:28:28 UTC

svn commit: r190671 - /maven/maven-1/core/trunk/project.properties

Author: brett
Date: Tue Jun 14 17:28:26 2005
New Revision: 190671

URL: http://svn.apache.org/viewcvs?rev=190671&view=rev
Log:
adjust target JVM

Modified:
    maven/maven-1/core/trunk/project.properties

Modified: maven/maven-1/core/trunk/project.properties
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/project.properties?rev=190671&r1=190670&r2=190671&view=diff
==============================================================================
--- maven/maven-1/core/trunk/project.properties (original)
+++ maven/maven-1/core/trunk/project.properties Tue Jun 14 17:28:26 2005
@@ -25,9 +25,8 @@
 # TODO: remove cvs repository, just there for SNAPSHOTs
 maven.repo.remote = http://www.ibiblio.org/maven, http://cvs.apache.org/repository/
 
-# We are targetting the 1.3 JVM and above
-#maven.compile.target=1.3
-maven.compile.source=1.3
+# We are targetting the 1.4 JVM and above
+maven.compile.source=1.4
 
 maven.jar.manifest = manifest.mf
 



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