Bump xacml-pdp to 2.4.7-SNAPSHOT
[policy/xacml-pdp.git] / packages / policy-xacmlpdp-docker / pom.xml
index 1511e90..ddb7a51 100644 (file)
@@ -1,6 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
-   Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
+   Copyright (C) 2019, 2021 AT&T Intellectual Property. All rights reserved.
+   Modifications Copyright (C) 2020 Bell Canada.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.onap.policy.xacml-pdp</groupId>
-        <artifactId>packages</artifactId>
-        <version>2.1.1-SNAPSHOT</version>
+        <artifactId>xacml-packages</artifactId>
+        <version>2.4.7-SNAPSHOT</version>
     </parent>
 
     <packaging>pom</packaging>
     <artifactId>policy-xacmlpdp-docker</artifactId>
-    
+
     <name>${project.artifactId}</name>
     <description>Creates Policy Xacml PDP docker images</description>
 
@@ -83,7 +84,6 @@
             <plugin>
                 <groupId>io.fabric8</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
-                <version>0.28.0</version>
 
                 <configuration>
                     <verbose>true</verbose>
 
                     <images>
                         <image>
-                            <name>onap/policy-xacml-pdp</name>
+                            <name>onap/policy-xacml-pdp:${project.version}</name>
                             <build>
                                 <cleanup>try</cleanup>
                                 <dockerFile>Dockerfile</dockerFile>
                                 <tags>
-                                    <tag>${project.version}</tag>
                                     <tag>${project.version}-${maven.build.timestamp}</tag>
                                     <tag>${project.docker.latest.minmax.tag.version}</tag>
                                 </tags>