You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2013/05/25 22:44:25 UTC

svn commit: r1486361 - /roller/trunk/planet-business/pom.xml

Author: snoopdave
Date: Sat May 25 20:44:25 2013
New Revision: 1486361

URL: http://svn.apache.org/r1486361
Log:
Use same version of Velocity everywhere, 1.7

Modified:
    roller/trunk/planet-business/pom.xml

Modified: roller/trunk/planet-business/pom.xml
URL: http://svn.apache.org/viewvc/roller/trunk/planet-business/pom.xml?rev=1486361&r1=1486360&r2=1486361&view=diff
==============================================================================
--- roller/trunk/planet-business/pom.xml (original)
+++ roller/trunk/planet-business/pom.xml Sat May 25 20:44:25 2013
@@ -224,7 +224,7 @@
                     <dependency>
                         <groupId>org.apache.velocity</groupId>
                         <artifactId>velocity</artifactId>
-                        <version>1.6</version>
+                        <version>1.7</version>
                     </dependency>
                     <dependency>
                         <groupId>org.apache.roller</groupId>