Author: nbubna
Date: Thu Feb 5 14:56:53 2009
New Revision: 741117
URL: http://svn.apache.org/viewvc?rev=741117&view=rev
Log:
call this 2.0-dev and bump to jdk 1.5
Modified:
velocity/engine/branches/2.0_Exp/build/build.properties
velocity/engine/branches/2.0_Exp/pom.xml
Modified: velocity/engine/branches/2.0_Exp/build/build.properties
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/build/build.properties?rev=741117&r1=741116&r2=741117&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/build/build.properties (original)
+++ velocity/engine/branches/2.0_Exp/build/build.properties Thu Feb 5 14:56:53
2009
@@ -22,7 +22,7 @@
# Global defaults
name= Velocity
project= velocity
-version= 1.7-dev
+version= 2.0-dev
final.name= ${project}-${version}
# compile switches
@@ -82,15 +82,15 @@
publish.dir=~/public_html/velocity/engine/${version}
# required Java version for building the distribution (with "ant release")
-# should be major distribution (e.g. 1.4) will match property
${ant.java.version}
-dist.required.java.version = 1.4
+# should be major distribution (e.g. 1.5) will match property
${ant.java.version}
+dist.required.java.version = 1.5
# Set to "project.xml" for distribution and "project-website.xml"
# when building docs for web site
docs.project= project.xml
# Set to Sun Javadocs
-javadocs.ref.jsdk= http://java.sun.com/j2se/1.4.2/docs/api/
+javadocs.ref.jsdk= http://java.sun.com/j2se/1.5.0/docs/api/
# #######################################################################
#
@@ -157,5 +157,5 @@
#
########################################################################
-javac.target=1.4
-javac.source=1.4
+javac.target=1.5
+javac.source=1.5
Modified: velocity/engine/branches/2.0_Exp/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/engine/branches/2.0_Exp/pom.xml?rev=741117&r1=741116&r2=741117&view=diff
==============================================================================
--- velocity/engine/branches/2.0_Exp/pom.xml (original)
+++ velocity/engine/branches/2.0_Exp/pom.xml Thu Feb 5 14:56:53 2009
@@ -33,7 +33,7 @@
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
- <version>1.7-dev</version>
+ <version>2.0-dev</version>
<name>Apache Velocity</name>
<url>http://velocity.apache.org/engine/devel/</url>