Update docker script for tomcat install 37/40737/1
authorPamela Dragosh <pdragosh@research.att.com>
Tue, 3 Apr 2018 16:15:16 +0000 (12:15 -0400)
committerPamela Dragosh <pdragosh@research.att.com>
Tue, 3 Apr 2018 16:15:31 +0000 (12:15 -0400)
Issue-ID: POLICY-507
Change-Id: I14278865429dc0ccd0515ef5c84012b43b366c9a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
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)"