Portal pom version upgrade to 3.5.0 12/113912/2
authorSudarshan Kumar <sudarshan.kumar@att.com>
Thu, 15 Oct 2020 11:03:52 +0000 (16:33 +0530)
committerSudarshan Kumar <sudarshan.kumar@att.com>
Tue, 20 Oct 2020 14:18:31 +0000 (19:48 +0530)
Portal pom version upgrade to 3.5.0

Issue-ID: PORTAL-1030
Change-Id: I80d2c9ecfe00fcc1e79c110e66c5583b8876e53b
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
deliveries/.env
ecomp-portal-BE-common/pom.xml
ecomp-portal-BE-os/pom.xml
ecomp-portal-FE-os/pom.xml
ecomp-portal-widget-ms/common-widgets/pom.xml
ecomp-portal-widget-ms/pom.xml
ecomp-portal-widget-ms/widget-ms/pom.xml
pom.xml
portal-FE-os/pom.xml
version.properties

index 0534141..6c3f824 100644 (file)
@@ -38,7 +38,7 @@ CLI_IMG_NAME=onap/cli
 
 # This is the first portion of the Docker image tag
 # that is published to the ONAP registry.
-PORTAL_VERSION=3.4.0
+PORTAL_VERSION=3.5.0
 
 # This is used during builds and in docker-compose;
 # it is never published to the ONAP registry.
index 18f1a7c..6789b67 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>3.4.0</version>
+               <version>3.5.0</version>
        </parent>
 
        <artifactId>portal-be-common</artifactId>
index 5372e0a..6d01488 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>3.4.0</version>
+               <version>3.5.0</version>
        </parent>
 
        <artifactId>portal-be-os</artifactId>
index 29154e8..a3410ee 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>3.4.0</version>
+               <version>3.5.0</version>
        </parent>
 
        <artifactId>portal-FE-os</artifactId>
index 7844390..df214f5 100644 (file)
@@ -6,7 +6,7 @@
         <parent>
                 <groupId>org.onap.portal</groupId>
                 <artifactId>widget-ms-parent</artifactId>
-                               <version>3.4.0</version>
+                               <version>3.5.0</version>
         </parent>
 
        <artifactId>common-widgets</artifactId>
index 913ac44..67032ea 100644 (file)
@@ -6,7 +6,7 @@
        <parent>
                <groupId>org.onap.portal</groupId>
                <artifactId>onap-portal-parent</artifactId>
-               <version>3.4.0</version>
+               <version>3.5.0</version>
        </parent>
 
        <artifactId>widget-ms-parent</artifactId>
index a601dbe..caf2f65 100644 (file)
@@ -14,7 +14,7 @@
 
        <groupId>org.onap.portal</groupId>
        <artifactId>widget-ms</artifactId>
-       <version>3.4.0</version>
+       <version>3.5.0</version>
        <packaging>jar</packaging>
        <name>widget-microservice</name>
 
diff --git a/pom.xml b/pom.xml
index a202821..0bc01c8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
 
        <groupId>org.onap.portal</groupId>
        <artifactId>onap-portal-parent</artifactId>
-       <version>3.4.0</version>
+       <version>3.5.0</version>
 
        <packaging>pom</packaging>
        <name>portal</name>
index 257e26d..7f6a02f 100644 (file)
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.portal</groupId>
        <artifactId>portal-FE-os</artifactId>
-       <version>3.4.0</version>
+       <version>3.5.0</version>
 
        <properties>
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -20,7 +20,7 @@
                <sonar.tests>src</sonar.tests>
                <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
                <sonar.nodejs.executable>${project.basedir}\node\</sonar.nodejs.executable>
-                <epsdk.version>3.4.0-SNAPSHOT</epsdk.version>
+        <epsdk.version>3.4.0-SNAPSHOT</epsdk.version>
 
        </properties>
 
index 75658f7..3670162 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=3
-minor=4
+minor=5
 patch=0
 
 base_version=${major}.${minor}.${patch}