Update snapshot and/or references of policy/docker to latest snapshots
[policy/docker.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8286c94..9465cd7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,6 +2,7 @@
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson, Tieto. All rights reserved.
    Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+   Modifications Copyright (C) 2021-2022 Nordix Foundation.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
     <parent>
         <groupId>org.onap.policy.parent</groupId>
         <artifactId>integration</artifactId>
-        <version>3.1.1-SNAPSHOT</version>
+        <version>3.7.3-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.policy.docker</groupId>
     <artifactId>docker</artifactId>
-    <version>2.0.2-SNAPSHOT</version>
+    <version>2.6.3-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>policy-docker</name>
             <modules>
                 <module>policy-jre</module>
                 <module>policy-jdk</module>
+                <module>policy-db-migrator</module>
             </modules>
         </profile>
+        <profile>
+            <id>dockersuse</id>
+            <modules>
+                <module>policy-jre</module>
+                <module>policy-jdk</module>
+                <module>policy-db-migrator</module>
+            </modules>
+            <properties>
+                <docker.dbm.dockerFile>suse.Dockerfile</docker.dbm.dockerFile>
+            </properties>
+        </profile>
     </profiles>
 </project>