Author: michaelo
Date: Sun Sep 30 20:02:31 2018
New Revision: 1842410
URL: http://svn.apache.org/viewvc?rev=1842410&view=rev
Log:
[VELTOOLS-178] Move groupId to org.apache.velocity.tools
Modified:
velocity/tools/branches/VELTOOLS-178/pom.xml
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/pom.xml
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
velocity/tools/branches/VELTOOLS-178/velocity-tools-generic/pom.xml
velocity/tools/branches/VELTOOLS-178/velocity-tools-view-jsp/pom.xml
velocity/tools/branches/VELTOOLS-178/velocity-tools-view/pom.xml
Modified: velocity/tools/branches/VELTOOLS-178/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
--- velocity/tools/branches/VELTOOLS-178/pom.xml (original)
+++ velocity/tools/branches/VELTOOLS-178/pom.xml Sun Sep 30 20:02:31 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/branches/VELTOOLS-178/velocity-tools-examples/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
--- velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/pom.xml
(original)
+++ velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/pom.xml Sun
Sep 30 20:02:31 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/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
---
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
(original)
+++
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
Sun Sep 30 20:02:31 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/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-simple/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
---
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
(original)
+++
velocity/tools/branches/VELTOOLS-178/velocity-tools-examples/velocity-tools-examples-simple/pom.xml
Sun Sep 30 20:02:31 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>
Modified: velocity/tools/branches/VELTOOLS-178/velocity-tools-generic/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/velocity-tools-generic/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
--- velocity/tools/branches/VELTOOLS-178/velocity-tools-generic/pom.xml
(original)
+++ velocity/tools/branches/VELTOOLS-178/velocity-tools-generic/pom.xml Sun Sep
30 20:02:31 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/branches/VELTOOLS-178/velocity-tools-view-jsp/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/velocity-tools-view-jsp/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
--- velocity/tools/branches/VELTOOLS-178/velocity-tools-view-jsp/pom.xml
(original)
+++ velocity/tools/branches/VELTOOLS-178/velocity-tools-view-jsp/pom.xml Sun
Sep 30 20:02:31 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/branches/VELTOOLS-178/velocity-tools-view/pom.xml
URL:
http://svn.apache.org/viewvc/velocity/tools/branches/VELTOOLS-178/velocity-tools-view/pom.xml?rev=1842410&r1=1842409&r2=1842410&view=diff
==============================================================================
--- velocity/tools/branches/VELTOOLS-178/velocity-tools-view/pom.xml (original)
+++ velocity/tools/branches/VELTOOLS-178/velocity-tools-view/pom.xml Sun Sep 30
20:02:31 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>