diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-03 12:15:16 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-04-03 12:15:31 -0400 |
commit | 4fb9d970c003b7f7c15a9baf3ee0552e2679352a (patch) | |
tree | 749726308e890d41bb156e4f6f2f10eefd4037a8 /packages/base/pom.xml | |
parent | def1c29d8a8c4372e006b1388a456bca92d57500 (diff) |
Update docker script for tomcat install
Issue-ID: POLICY-507
Change-Id: I14278865429dc0ccd0515ef5c84012b43b366c9a
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages/base/pom.xml')
-rwxr-xr-x | packages/base/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/base/pom.xml b/packages/base/pom.xml index a08307daf..4f6607998 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -120,6 +120,11 @@ <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> |