Author: michaelo
Date: Mon Oct  1 07:08:50 2018
New Revision: 1842428

URL: http://svn.apache.org/viewvc?rev=1842428&view=rev
Log:
[VELTOOLS-178] Move groupId to org.apache.velocity.tools

Modified:
    velocity/tools/trunk/   (props changed)
    velocity/tools/trunk/pom.xml
    velocity/tools/trunk/velocity-tools-examples/pom.xml
    
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
    
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
    velocity/tools/trunk/velocity-tools-generic/   (props changed)
    velocity/tools/trunk/velocity-tools-generic/pom.xml
    velocity/tools/trunk/velocity-tools-view/   (props changed)
    velocity/tools/trunk/velocity-tools-view-jsp/pom.xml
    velocity/tools/trunk/velocity-tools-view/pom.xml

Propchange: velocity/tools/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Oct  1 07:08:50 2018
@@ -1 +1,2 @@
 /velocity/tools/branches/VELTOOLS-177:1841696-1842346
+/velocity/tools/branches/VELTOOLS-178:1842409-1842427

Modified: velocity/tools/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- velocity/tools/trunk/pom.xml (original)
+++ velocity/tools/trunk/pom.xml Mon Oct  1 07:08:50 2018
@@ -29,6 +29,7 @@
     <version>3</version>
   </parent>
 
+  <groupId>org.apache.velocity.tools</groupId>
   <artifactId>velocity-tools-parent</artifactId>
   <version>3.0-SNAPSHOT</version>
   <packaging>pom</packaging>

Modified: velocity/tools/trunk/velocity-tools-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-examples/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-examples/pom.xml Mon Oct  1 07:08:50 
2018
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.velocity</groupId>
+    <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
     <version>3.0-SNAPSHOT</version>
   </parent>

Modified: 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 (original)
+++ 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 Mon Oct  1 07:08:50 2018
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.velocity</groupId>
+    <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-examples</artifactId>
     <version>3.0-SNAPSHOT</version>
   </parent>
@@ -42,7 +42,7 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.velocity</groupId>
+      <groupId>org.apache.velocity.tools</groupId>
       <artifactId>velocity-tools-view</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
 (original)
+++ 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
 Mon Oct  1 07:08:50 2018
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.velocity</groupId>
+    <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-examples</artifactId>
     <version>3.0-SNAPSHOT</version>
   </parent>
@@ -47,13 +47,13 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.velocity</groupId>
+      <groupId>org.apache.velocity.tools</groupId>
       <artifactId>velocity-tools-view</artifactId>
       <version>${project.version}</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>org.apache.velocity</groupId>
+      <groupId>org.apache.velocity.tools</groupId>
       <artifactId>velocity-tools-view-jsp</artifactId>
       <version>${project.version}</version>
       <scope>runtime</scope>

Propchange: velocity/tools/trunk/velocity-tools-generic/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Oct  1 07:08:50 2018
@@ -1,2 +1,3 @@
 /velocity/tools/branches/VELTOOLS-177/velocity-tools-generic:1841696-1842346
+/velocity/tools/branches/VELTOOLS-178/velocity-tools-generic:1842409-1842427
 /velocity/tools/trunk:990897-995744

Modified: velocity/tools/trunk/velocity-tools-generic/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-generic/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-generic/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-generic/pom.xml Mon Oct  1 07:08:50 2018
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.velocity</groupId>
+    <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
     <version>3.0-SNAPSHOT</version>
   </parent>

Propchange: velocity/tools/trunk/velocity-tools-view/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Mon Oct  1 07:08:50 2018
@@ -1,2 +1,3 @@
 /velocity/tools/branches/VELTOOLS-177/velocity-tools-view:1841696-1842346
+/velocity/tools/branches/VELTOOLS-178/velocity-tools-view:1842409-1842427
 /velocity/tools/trunk:990897-995744

Modified: velocity/tools/trunk/velocity-tools-view-jsp/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-view-jsp/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-view-jsp/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-view-jsp/pom.xml Mon Oct  1 07:08:50 
2018
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.velocity</groupId>
+    <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
     <version>3.0-SNAPSHOT</version>
   </parent>
@@ -55,7 +55,7 @@
       <artifactId>velocity-engine-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.velocity</groupId>
+      <groupId>org.apache.velocity.tools</groupId>
       <artifactId>velocity-tools-view</artifactId>
       <version>${project.version}</version>
     </dependency>

Modified: velocity/tools/trunk/velocity-tools-view/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-view/pom.xml?rev=1842428&r1=1842427&r2=1842428&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-view/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-view/pom.xml Mon Oct  1 07:08:50 2018
@@ -24,7 +24,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.velocity</groupId>
+    <groupId>org.apache.velocity.tools</groupId>
     <artifactId>velocity-tools-parent</artifactId>
     <version>3.0-SNAPSHOT</version>
   </parent>
@@ -45,7 +45,7 @@
       <artifactId>velocity-engine-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.velocity</groupId>
+      <groupId>org.apache.velocity.tools</groupId>
       <artifactId>velocity-tools-generic</artifactId>
       <version>${project.version}</version>
     </dependency>


Reply via email to