Release v2.2.0 05/45505/2
authorManoop Talasila <talasila@research.att.com>
Tue, 1 May 2018 20:43:22 +0000 (16:43 -0400)
committerManoop Talasila <talasila@research.att.com>
Tue, 1 May 2018 20:56:29 +0000 (16:56 -0400)
Issue-ID: PORTAL-250
Change-Id: I9970ca01290eec88729b2c61c586f3a0e0b74e48
Signed-off-by: Manoop Talasila <talasila@research.att.com>
.gitignore
deliveries/.env
pom.xml

index 9e426b2..44c6935 100644 (file)
@@ -1,4 +1,4 @@
-/.idea/workspace.xml
+/.idea/*
 /.project
 /.settings
 /dmaapbc
index 9004f26..d701b02 100644 (file)
@@ -14,7 +14,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=2.1
+PORTAL_VERSION=v2.2.0
 
 # This is used during builds and in docker-compose;
 # it is never published to the ONAP registry.
diff --git a/pom.xml b/pom.xml
index d3571b3..3bb1379 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
        <properties>
                <!-- Jenkins should invoke mvn with argument -Dbuild.number=${BUILD_NUMBER} -->
                <build.number>0</build.number>
-               <epsdk.version>2.2.0-SNAPSHOT</epsdk.version>
+               <epsdk.version>2.2.0</epsdk.version>
                <springframework.version>4.2.3.RELEASE</springframework.version>
                <hibernate.version>4.3.11.Final</hibernate.version>
                <fasterxml.version>2.8.10</fasterxml.version>