diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | deliveries/.env | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -/.idea/workspace.xml +/.idea/* /.project /.settings /dmaapbc diff --git a/deliveries/.env b/deliveries/.env index 9004f26f..d701b02f 100644 --- a/deliveries/.env +++ b/deliveries/.env @@ -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. @@ -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> |