Release policy/engine
[policy/engine.git] / packages / base / pom.xml
index afdf440..c9b6942 100755 (executable)
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   ONAP Policy Engine
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017, 2020 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.engine</groupId>
                <artifactId>packages</artifactId>
-               <version>1.4.1-SNAPSHOT</version>
+               <version>1.6.5</version>
        </parent>
 
        <artifactId>base</artifactId>
                                                                <artifactItem>
                                                                        <groupId>org.apache.tomcat</groupId>
                                                                        <artifactId>tomcat</artifactId>
-                                                                       <version>9.0.16</version>
+                                                                       <version>9.0.36</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-9.0.16.tar.gz</destFileName>
+                                                                       <destFileName>apache-tomcat-9.0.36.tar.gz</destFileName>
                                                                </artifactItem>
                                                        </artifactItems>
                                                </configuration>