You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by nb...@apache.org on 2007/02/26 20:18:17 UTC

svn commit: r511954 - in /velocity/tools/branches/2.x: build.properties pom.xml

Author: nbubna
Date: Mon Feb 26 11:18:16 2007
New Revision: 511954

URL: http://svn.apache.org/viewvc?view=rev&rev=511954
Log:
update version for new branch and target jdk1.5+ and velocity1.5+ as dependencies

Modified:
    velocity/tools/branches/2.x/build.properties
    velocity/tools/branches/2.x/pom.xml

Modified: velocity/tools/branches/2.x/build.properties
URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/build.properties?view=diff&rev=511954&r1=511953&r2=511954
==============================================================================
--- velocity/tools/branches/2.x/build.properties (original)
+++ velocity/tools/branches/2.x/build.properties Mon Feb 26 11:18:16 2007
@@ -25,12 +25,12 @@
 compile.optimize= false
 compile.deprecation= true
 compile.encoding= utf-8
-compile.source=1.4
-compile.target=1.4
+compile.source=1.5
+compile.target=1.5
 
 # project identification
 project.name=VelocityTools
-project.version=1.4-dev
+project.version=2.0-SNAPSHOT
 project.libname=velocity-tools
 project.id=${project.libname}-${project.version}
 
@@ -74,7 +74,7 @@
 javadoc.dir=${docs.dir}/javadoc
 javadoc.title=${project.name} ${project.version} Documentation
 javadoc.year=2003-2007
-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/
 
 # test directories
 test.dir=${basedir}/test
@@ -136,7 +136,7 @@
 jar.struts-core.version = 1.3.5
 jar.struts-taglib.version = 1.3.5
 jar.struts-tiles.version = 1.3.5
-jar.velocity.version= 1.4
+jar.velocity.version= 1.5-beta2
 
 # Jars to be downloaded for building documentation
 #

Modified: velocity/tools/branches/2.x/pom.xml
URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/pom.xml?view=diff&rev=511954&r1=511953&r2=511954
==============================================================================
--- velocity/tools/branches/2.x/pom.xml (original)
+++ velocity/tools/branches/2.x/pom.xml Mon Feb 26 11:18:16 2007
@@ -27,7 +27,7 @@
     <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools</artifactId>
     <name>VelocityTools</name>
-    <version>1.4-dev</version>
+    <version>2.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <organization>
@@ -185,8 +185,8 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-compiler-plugin</artifactId>
                 <configuration>
-                    <source>1.4</source>
-                    <target>1.4</target>
+                    <source>1.5</source>
+                    <target>1.5</target>
                 </configuration>
             </plugin>
         </plugins>
@@ -261,7 +261,7 @@
         <dependency>
             <groupId>velocity</groupId>
             <artifactId>velocity</artifactId>
-            <version>1.4</version>
+            <version>1.5-beta2</version>
         </dependency>
     </dependencies>