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

svn commit: r595430 - in /struts/struts2/trunk: apps/portlet/pom.xml apps/showcase/pom.xml assembly/pom.xml core/pom.xml plugins/dojo/pom.xml plugins/portlet/pom.xml plugins/sitemesh/pom.xml

Author: apetrelli
Date: Thu Nov 15 12:20:59 2007
New Revision: 595430

URL: http://svn.apache.org/viewvc?rev=595430&view=rev
Log:
WW-2327
Fixed Velocity related Maven references.

Modified:
    struts/struts2/trunk/apps/portlet/pom.xml
    struts/struts2/trunk/apps/showcase/pom.xml
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/core/pom.xml
    struts/struts2/trunk/plugins/dojo/pom.xml
    struts/struts2/trunk/plugins/portlet/pom.xml
    struts/struts2/trunk/plugins/sitemesh/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Thu Nov 15 12:20:59 2007
@@ -115,13 +115,13 @@
             <version>${pom.version}</version>
         </dependency>
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
         </dependency>
 
         <dependency>
-            <groupId>velocity-tools</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
         </dependency>

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Thu Nov 15 12:20:59 2007
@@ -118,13 +118,13 @@
 
         <!-- Velocity -->
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
         </dependency>
 
         <dependency>
-            <groupId>velocity-tools</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
         </dependency>

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Thu Nov 15 12:20:59 2007
@@ -256,14 +256,14 @@
 
         <!-- Velocity -->
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
-            <groupId>velocity-tools</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
             <scope>provided</scope>

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Thu Nov 15 12:20:59 2007
@@ -296,14 +296,14 @@
 
         <!-- Velocity -->
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
-            <groupId>velocity-tools</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
             <optional>true</optional>

Modified: struts/struts2/trunk/plugins/dojo/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/dojo/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/dojo/pom.xml (original)
+++ struts/struts2/trunk/plugins/dojo/pom.xml Thu Nov 15 12:20:59 2007
@@ -145,7 +145,7 @@
 
         <!-- Velocity -->
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
             <optional>true</optional>

Modified: struts/struts2/trunk/plugins/portlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/portlet/pom.xml (original)
+++ struts/struts2/trunk/plugins/portlet/pom.xml Thu Nov 15 12:20:59 2007
@@ -57,14 +57,14 @@
 
     <!-- Velocity -->
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
-            <groupId>velocity-tools</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
             <optional>true</optional>

Modified: struts/struts2/trunk/plugins/sitemesh/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/sitemesh/pom.xml?rev=595430&r1=595429&r2=595430&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/sitemesh/pom.xml (original)
+++ struts/struts2/trunk/plugins/sitemesh/pom.xml Thu Nov 15 12:20:59 2007
@@ -48,14 +48,14 @@
         </dependency>
         <!-- Velocity -->
         <dependency>
-            <groupId>velocity</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
             <version>1.5</version>
             <optional>true</optional>
         </dependency>
 
         <dependency>
-            <groupId>velocity-tools</groupId>
+            <groupId>org.apache.velocity</groupId>
             <artifactId>velocity-tools</artifactId>
             <version>1.3</version>
             <optional>true</optional>