Updating parent version to 2.1.7 57/122057/4 1.1.6
authorSingal, Kapil (ks220y) <ks220y@att.com>
Sun, 20 Jun 2021 01:18:24 +0000 (21:18 -0400)
committerKAPIL SINGAL <ks220y@att.com>
Sun, 20 Jun 2021 01:40:53 +0000 (01:40 +0000)
Issue-ID: CCSDK-3345
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I8595cde511f33aba85f1936c4675e6a6c5fffdfd

a1-adapter/a1-adapter-api/feature/pom.xml
a1-adapter/a1-adapter-api/installer/pom.xml
a1-adapter/a1-adapter-api/model/pom.xml
a1-adapter/a1-adapter-api/pom.xml
a1-adapter/a1-adapter-api/provider/pom.xml
a1-adapter/features/a1-adapter-northbound/pom.xml
a1-adapter/features/installer/pom.xml
a1-adapter/features/pom.xml
a1-adapter/pom.xml
a1-policy-management/pom.xml
pom.xml

index 58276f7..a5cec37 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 3614d78..e9024ee 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 2a2e233..7bea195 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 23e825f..6702fd7 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 017cafe..c4d8c19 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index d4d274b..1202197 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 09a3847..047097e 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index bebe878..35fce5a 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 5436b60..7b65c22 100644 (file)
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
index 6a3c51e..09d3732 100644 (file)
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-starter-parent</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
     <groupId>org.onap.ccsdk.oran</groupId>
@@ -42,7 +42,6 @@
         <formatter-maven-plugin.version>2.13.0</formatter-maven-plugin.version>
         <spotless-maven-plugin.version>2.5.0</spotless-maven-plugin.version>
         <commons-io.version>2.5</commons-io.version>
-        <docker-maven-plugin>0.30.0</docker-maven-plugin>
         <surefire-maven-plugin.version>3.0.0-M5</surefire-maven-plugin.version>
         <!-- Version must be higher than version 2.19.1 that is defined in the parent pom for JUnit 5 tests to be run. Do not remove! -->
         <jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
                     </execution>
                 </executions>
             </plugin>
-            <plugin>
-                <groupId>io.fabric8</groupId>
-                <artifactId>docker-maven-plugin</artifactId>
-                <version>${docker-maven-plugin}</version>
-                <inherited>false</inherited>
-                <executions>
-                    <execution>
-                        <id>generate-policy-management-service-image</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>build</goal>
-                        </goals>
+        </plugins>
+    </build>
+
+    <profiles>
+        <profile>
+            <id>docker</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>io.fabric8</groupId>
+                        <artifactId>docker-maven-plugin</artifactId>
+                        <version>0.34.0</version>
+                        <inherited>false</inherited>
                         <configuration>
                             <images>
                                 <image>
                                     <name>onap/ccsdk-oran-a1policymanagementservice:${project.version}</name>
                                     <build>
                                         <cleanup>try</cleanup>
-                                        <contextDir>${basedir}</contextDir>
-                                        <dockerFile>Dockerfile</dockerFile>
-                                        <args>
-                                            <JAR>${project.build.finalName}.jar</JAR>
-                                        </args>
-                                        <tags>
-                                            <tag>${project.version}</tag>
-                                        </tags>
-                                    </build>
-                                </image>
-                            </images>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>push-policy-management-service-image</id>
-                        <goals>
-                            <goal>build</goal>
-                            <goal>push</goal>
-                        </goals>
-                        <configuration>
-                            <images>
-                                <image>
-                                    <name>onap/ccsdk-oran-a1policymanagementservice:${project.version}</name>
-                                    <build>
+                                        <noCache>true</noCache>
                                         <contextDir>${basedir}</contextDir>
                                         <dockerFile>Dockerfile</dockerFile>
                                         <args>
                                 </image>
                             </images>
                         </configuration>
-                    </execution>
-                </executions>
-            </plugin>
-        </plugins>
-    </build>
+                        <executions>
+                            <execution>
+                                <id>build-push-image</id>
+                                <goals>
+                                    <goal>build</goal>
+                                    <goal>push</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+    </profiles>
 </project>
diff --git a/pom.xml b/pom.xml
index c283961..564fc24 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.1.4</version>
+        <version>2.1.7</version>
         <relativePath/>
     </parent>
 
@@ -51,7 +51,7 @@
                 <groupId>org.sonarsource.scanner.maven</groupId>
                 <artifactId>sonar-maven-plugin</artifactId>
                 <version>${sonar-maven-plugin.version}</version>
-            </plugin>           
+            </plugin>
         </plugins>
     </build>
 </project>