Update Policy Engine to 1.2.3-SNAPSHOT
[policy/engine.git] / packages / base / pom.xml
index e704cf6..2a60f14 100755 (executable)
@@ -26,7 +26,7 @@
        <parent>
                <groupId>org.onap.policy.engine</groupId>
                <artifactId>packages</artifactId>
-               <version>1.1.2-SNAPSHOT</version>
+               <version>1.2.3-SNAPSHOT</version>
        </parent>
 
        <artifactId>base</artifactId>
                                                                <artifactItem>
                                                                        <groupId>org.apache.tomcat</groupId>
                                                                        <artifactId>tomcat</artifactId>
-                                                                       <version>8.0.23</version>
+                                                                       <version>8.0.50</version>
                                                                        <type>tar.gz</type>
-                                                                       <destFileName>apache-tomcat-8.0.23.tar.gz</destFileName>
+                                                                       <!--
+                                                                       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>
                                                </configuration>