OODT-975 Upgrade Tomcat in radix

Project: http://git-wip-us.apache.org/repos/asf/oodt/repo
Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/40ed14e4
Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/40ed14e4
Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/40ed14e4

Branch: refs/heads/development
Commit: 40ed14e48510b9e6993caaa97c7d69bad9ff99a7
Parents: 3cac96e
Author: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Authored: Tue Apr 24 14:51:10 2018 -0700
Committer: Lewis John McGibbney <lewis.mcgibb...@gmail.com>
Committed: Tue Apr 24 14:51:10 2018 -0700

----------------------------------------------------------------------
 .../resources/archetype-resources/distribution/pom.xml    | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/oodt/blob/40ed14e4/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
----------------------------------------------------------------------
diff --git 
a/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
 
b/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
index d2de984..7a1ec25 100644
--- 
a/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
+++ 
b/mvn/archetypes/radix/src/main/resources/archetype-resources/distribution/pom.xml
@@ -30,7 +30,7 @@
    <name>Distribution (RADiX Distro of OODT)</name>
    <packaging>pom</packaging>
    <properties>
-      <tomcat.version>5.5.23</tomcat.version>
+      <tomcat.version>9.0.7</tomcat.version>
    </properties>
    <profiles>
       <profile>
@@ -123,8 +123,8 @@
                         <configuration>
                            <artifactItems>
                               <artifactItem>
-                                 <groupId>tomcat</groupId>
-                                 <artifactId>apache-tomcat</artifactId>
+                                 <groupId>org.apache.tomcat</groupId>
+                                 <artifactId>tomcat</artifactId>
                                  <version>${tomcat.version}</version>
                                  <type>zip</type>
                                  <overWrite>false</overWrite>
@@ -278,8 +278,8 @@
                         <configuration>
                            <artifactItems>
                               <artifactItem>
-                                 <groupId>tomcat</groupId>
-                                 <artifactId>apache-tomcat</artifactId>
+                                 <groupId>org.apache.tomcat</groupId>
+                                 <artifactId>tomcat</artifactId>
                                  <version>${tomcat.version}</version>
                                  <type>zip</type>
                                  <overWrite>false</overWrite>

Reply via email to