Release version 1.3.0 of Portal/SDK 59/8959/1
authorChristopher Lott (cl778h) <clott@research.att.com>
Mon, 28 Aug 2017 18:45:42 +0000 (14:45 -0400)
committerChristopher Lott (cl778h) <clott@research.att.com>
Mon, 28 Aug 2017 18:46:17 +0000 (14:46 -0400)
Issue: PORTAL-89
Change-Id: I6ec93759b8139e70a0a576c43256e00966e0e4d4
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
.gitreview
ecomp-sdk/epsdk-analytics/pom.xml
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-app-os/pom.xml
ecomp-sdk/epsdk-app-overlay/pom.xml
ecomp-sdk/epsdk-core/pom.xml
ecomp-sdk/epsdk-fw/pom.xml
ecomp-sdk/epsdk-workflow/pom.xml
ecomp-sdk/pom.xml
version.properties

index eb64657..790ffc0 100644 (file)
@@ -2,3 +2,4 @@
 host=gerrit.onap.org
 port=29418
 project=portal/sdk.git
+branch=release-1.3.0
index 3c22efc..6f6ec01 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
        
        <!-- GroupId is inherited from parent -->
index 40f9dfb..36435e0 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index 108cd4c..d74c785 100644 (file)
@@ -6,14 +6,14 @@
                 This is NOT the Portal - but it is developed and supported by the Portal team. -->
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-app-os</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.0</version>
        <packaging>war</packaging>
        <name>ECOMP SDK Webapp for OpenSource</name>
        <description>ECOMP SDK Web Application for public release</description>
 
        <properties>
                <encoding>UTF-8</encoding>
-               <epsdk.version>1.3.0-SNAPSHOT</epsdk.version>
+               <epsdk.version>1.3.0</epsdk.version>
                <springframework.version>4.2.0.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
                <!-- Skip assembling the zip; assemble via mvn -Dskipassembly=false .. -->
index 14f59ae..88dbcac 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index f15d80c..1534dec 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index 4a3d9a5..c6593cc 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
 
        <!-- GroupId is inherited from parent -->
index b43b387..261cf33 100644 (file)
@@ -5,7 +5,7 @@
        <parent>
                <groupId>org.onap.portal.sdk</groupId>
                <artifactId>epsdk-project</artifactId>
-               <version>1.3.0-SNAPSHOT</version>
+               <version>1.3.0</version>
        </parent>
        
        <!-- GroupId is inherited from parent -->
index 092e2ba..16ae79b 100644 (file)
@@ -6,7 +6,7 @@
        <!-- ECOMP Portal SDK Maven parent project -->
        <groupId>org.onap.portal.sdk</groupId>
        <artifactId>epsdk-project</artifactId>
-       <version>1.3.0-SNAPSHOT</version>
+       <version>1.3.0</version>
        <packaging>pom</packaging>
        <name>ECOMP Portal SDK Project (parent)</name>
        <url>https://wiki.onap.org/display/DW/Portal</url>
index fa08032..83b4bc3 100644 (file)
@@ -4,7 +4,7 @@
 #
 
 major=1
-minor=1
+minor=3
 patch=0
 
 base_version=${major}.${minor}.${patch}