You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/05/15 00:00:44 UTC

svn commit: r538003 - in /velocity/dvsl/trunk: build.properties pom.xml

Author: cbrisson
Date: Mon May 14 15:00:44 2007
New Revision: 538003

URL: http://svn.apache.org/viewvc?view=rev&rev=538003
Log:
switch to version 1.0-RC1

Modified:
    velocity/dvsl/trunk/build.properties
    velocity/dvsl/trunk/pom.xml

Modified: velocity/dvsl/trunk/build.properties
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/build.properties?view=diff&rev=538003&r1=538002&r2=538003
==============================================================================
--- velocity/dvsl/trunk/build.properties (original)
+++ velocity/dvsl/trunk/build.properties Mon May 14 15:00:44 2007
@@ -8,7 +8,7 @@
 project.title = DVSL
 
 # version number
-project.version = 0.45
+project.version = 1.0-RC1
 
 # The name that is used to create the jar file
 final.name = ${project.name}-${project.version}

Modified: velocity/dvsl/trunk/pom.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/pom.xml?view=diff&rev=538003&r1=538002&r2=538003
==============================================================================
--- velocity/dvsl/trunk/pom.xml (original)
+++ velocity/dvsl/trunk/pom.xml Mon May 14 15:00:44 2007
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.dvsl</groupId>
   <artifactId>dvsl</artifactId>
-  <version>1.0-BETA1</version>
+  <version>1.0-RC1</version>
 
   <name>DVSL</name>
   <url>http://velocity.apache.org/dvsl/devel/</url>