Merge "Update docker script for tomcat install"
authorJorge Hernandez <jh1730@att.com>
Tue, 3 Apr 2018 18:22:08 +0000 (18:22 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 3 Apr 2018 18:22:08 +0000 (18:22 +0000)
packages/base/pom.xml
packages/docker/src/main/docker/docker-install.sh

index a08307d..4f66079 100755 (executable)
                                                                        <artifactId>tomcat</artifactId>
                                                                        <version>8.0.50</version>
                                                                        <type>tar.gz</type>
+                                                                       <!--
+                                                                       Please note that if you change this version, you must
+                                                                       update the docker-install.sh script to ensure the right
+                                                                       file name is installed. 
+                                                                        -->
                                                                        <destFileName>apache-tomcat-8.0.50.tar.gz</destFileName>
                                                                </artifactItem>
                                                        </artifactItems>
index e8b9aaf..cd3e1f0 100644 (file)
@@ -577,7 +577,7 @@ DEBUG=n
 
 BASE_CONF=base.conf
 
-TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.23
+TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.50
 
 INSTALL_DIR="$(pwd)"