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 2013/11/20 23:37:49 UTC

svn commit: r1543976 - /velocity/engine/branches/1.7.x/pom.xml

Author: nbubna
Date: Wed Nov 20 22:37:48 2013
New Revision: 1543976

URL: http://svn.apache.org/r1543976
Log:
fix version

Modified:
    velocity/engine/branches/1.7.x/pom.xml

Modified: velocity/engine/branches/1.7.x/pom.xml
URL: http://svn.apache.org/viewvc/velocity/engine/branches/1.7.x/pom.xml?rev=1543976&r1=1543975&r2=1543976&view=diff
==============================================================================
--- velocity/engine/branches/1.7.x/pom.xml (original)
+++ velocity/engine/branches/1.7.x/pom.xml Wed Nov 20 22:37:48 2013
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity</artifactId>
-  <version>1.7.1</version>
+  <version>1.7.1-SNAPSHOT</version>
 
   <name>Apache Velocity</name>
   <url>http://velocity.apache.org/engine/devel/</url>