Update versions for initial Istanbul release 68/124068/4 2.2.0
authorDan Timoney <dtimoney@att.com>
Mon, 13 Sep 2021 12:51:44 +0000 (08:51 -0400)
committerDan Timoney <dtimoney@att.com>
Thu, 16 Sep 2021 20:00:01 +0000 (16:00 -0400)
Update versions for initial Istanbul release

Issue-ID: SDNC-1609
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Iac1e760dee06e1939a9d7978b5fc385912c4bfaf

Former-commit-id: 9236e9071be481ba03a9acd65fdc51497bc73d15

SdncReports/pom.xml
admportal/pom.xml
configbackuprestore/pom.xml
installation/dmaap-listener/pom.xml
installation/dmaap-listener/src/main/docker/Dockerfile
installation/ueb-listener/pom.xml
pom.xml

index 1fdc408..e12759c 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-1-starter-parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.1</version>
         <relativePath/>
     </parent>
 
index ac5c5b9..6736783 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.1</version>
         <relativePath/>
     </parent>
 
index 9294dd8..073aad3 100644 (file)
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-1-starter-parent</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.1</version>
     </parent>
 
     <groupId>org.onap.sdnc.oam.vnfbackup</groupId>
index 08afb99..02035a5 100644 (file)
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
     </properties>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.onap.ccsdk.sli.northbound</groupId>
+            <artifactId>dmaap-listener</artifactId>
+            <type>zip</type>
+            <version>${ccsdk.sli.northbound.version}</version>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>
                     <execution>
                         <id>unpack</id>
                         <goals>
-                            <goal>unpack</goal>
+                            <goal>unpack-dependencies</goal>
                         </goals>
                         <phase>initialize</phase>
                         <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.onap.ccsdk.sli.northbound</groupId>
-                                    <artifactId>dmaap-listener</artifactId>
-                                    <type>zip</type>
-                                    <version>${ccsdk.sli.northbound.version}</version>
-                                </artifactItem>
-                            </artifactItems>
                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/dmaap-listener</outputDirectory>
                             <excludes>bin/**,**/*-javadoc.jar,**/*-sources.jar</excludes>
                             <overWriteReleases>true</overWriteReleases>
index d7c8fa7..d3780e4 100644 (file)
@@ -15,17 +15,6 @@ MAINTAINER SDNC Team (onap-sdnc@lists.onap.org)
 ENV SDNC_CONFIG_DIR /opt/onap/sdnc/data/properties
 
 USER root
-RUN apk update && apk add \
-    bash \
-    git \
-    maven \
-    mysql-client \
-    nodejs \
-    py3-pip \
-    graphviz \
-    unzip \
-    rsync
-
 
 # Create sdnc user
 RUN addgroup -S sdnc && adduser -S sdnc -G sdnc
index 4f6ec41..33c442f 100644 (file)
         <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
     </properties>
 
+    <dependencies>
+        <dependency>
+            <groupId>org.onap.ccsdk.sli.northbound</groupId>
+            <artifactId>ueb-listener</artifactId>
+            <type>zip</type>
+            <version>${ccsdk.sli.northbound.version}</version>
+        </dependency>
+    </dependencies>
+
     <build>
         <plugins>
             <plugin>
                     <execution>
                         <id>unpack</id>
                         <goals>
-                            <goal>unpack</goal>
+                            <goal>unpack-dependencies</goal>
                         </goals>
                         <phase>initialize</phase>
-                        <configuration>
-                            <artifactItems>
-                                <artifactItem>
-                                    <groupId>org.onap.ccsdk.sli.northbound</groupId>
-                                    <artifactId>ueb-listener</artifactId>
-                                    <type>zip</type>
-                                    <version>${ccsdk.sli.northbound.version}</version>
-                                </artifactItem>
-                            </artifactItems>
+                        <configuration>                          
                             <outputDirectory>${basedir}/target/docker-stage/opt/onap/sdnc/ueb-listener</outputDirectory>
                             <excludes>bin/**,**/*-javadoc.jar,**/*-sources.jar</excludes>
                             <overWriteReleases>true</overWriteReleases>
diff --git a/pom.xml b/pom.xml
index d4f8b6d..3ebaae7 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.2.0-SNAPSHOT</version>
+        <version>2.2.1</version>
         <relativePath/>
     </parent>
 
         <sdnc.project.version>${project.version}</sdnc.project.version>
 
         <!-- All Version definition is placed in org.onap.ccsdk.parent/odlparent-lite -->
-        <ccsdk.oran.a1adapter.version>1.2.0-SNAPSHOT</ccsdk.oran.a1adapter.version>
-        <sdnc.northbound.version>2.2.0-SNAPSHOT</sdnc.northbound.version> <!-- Used by installation/sdnc -->
-        <ccsdk.distribution.version>1.2.0-SNAPSHOT</ccsdk.distribution.version> 
-        <ccsdk.features.version>1.2.0-SNAPSHOT</ccsdk.features.version>
-        <ccsdk.sli.northbound.version>1.3.0-SNAPSHOT</ccsdk.sli.northbound.version>
+        <ccsdk.oran.a1adapter.version>1.2.1</ccsdk.oran.a1adapter.version>
+        <sdnc.northbound.version>2.2.0</sdnc.northbound.version> <!-- Used by installation/sdnc -->
+        <ccsdk.distribution.version>1.2.1</ccsdk.distribution.version> 
+        <ccsdk.sli.version>1.3.1</ccsdk.sli.version>
+        <ccsdk.features.version>1.2.3</ccsdk.features.version>
+        <ccsdk.sli.northbound.version>1.3.1</ccsdk.sli.northbound.version>
         <!-- docker images versions -->
         <ccsdk.docker.alpine.j11.version>1.2-STAGING-latest</ccsdk.docker.alpine.j11.version> <!-- Used by dmaap-listener, ueb-listener -->
         <ccsdk.docker.odlsli.alpine.version>1.2-SNAPSHOT-latest</ccsdk.docker.odlsli.alpine.version> <!-- Used by sdnc -->