aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2018-01-04 16:33:23 -0500
committerDan Timoney <dtimoney@att.com>2018-01-04 17:07:57 -0500
commit9e2c557c58c04bf349dbbadffaef1ac7273d3002 (patch)
treeda8802b65462792592afc0d45d4cbcf3845c5c57
parent22bc7c2d253d8260c11f55dcbab60a3f85098c8b (diff)
Use released artifacts in dockerv1.2.21.0.1-ONAP1.0.1-Amsterdam
Use released versions of CCSDK docker container and other artifacts Change-Id: I4c4d7a57c1651de085beb6ce0f5611135223381d Issue-ID: CCSDK-166 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: ea1175707dbcc7e73d620cd1c754e9153313ac90
-rw-r--r--docs/release-notes.rst20
-rw-r--r--installation/pom.xml2
-rw-r--r--installation/ueb-listener/pom.xml2
-rwxr-xr-xpom.xml2
4 files changed, 23 insertions, 3 deletions
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index c5863638..7368e023 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -3,6 +3,26 @@
Release Notes
=============
+Version: 1.2.1
+--------------
+
+
+:Release Date: 2018-11-16
+
+**Bug Fixes**
+
+ - `SDNC-145 <https://jira.onap.org/browse/SDNC-145>`_ Error message refers to wrong parameters
+ - `SDNC-195 <https://jira.onap.org/browse/SDNC-195>`_ UEB listener doesn't insert correct parameters for allotted resources in DB table ALLOTTED_RESOURCE_MODEL
+ - `SDNC-198 <https://jira.onap.org/browse/SDNC-198>`_ CSIT job fails
+ - `SDNC-201 <https://jira.onap.org/browse/SDNC-201>`_ Fix DG bugs from integration tests
+ - `SDNC-202 <https://jira.onap.org/browse/SDNC-202>`_ Search for service -data null match, set vGW LAN IP via Heat
+ - `SDNC-211 <https://jira.onap.org/browse/SDNC-211>`_ Update SDNC Amsterdam branch to use maintenance release versions
+ - `SDNC-212 <https://jira.onap.org/browse/SDNC-212>`_ Duplicate file name
+
+
+
+
+
Version: 1.2.0
--------------
diff --git a/installation/pom.xml b/installation/pom.xml
index 09dfc01d..592b6ccb 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -22,7 +22,7 @@
<maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
- <ccsdk.distribution.version>0.1-STAGING-latest</ccsdk.distribution.version>
+ <ccsdk.distribution.version>v0.1.1</ccsdk.distribution.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
diff --git a/installation/ueb-listener/pom.xml b/installation/ueb-listener/pom.xml
index 7fa5e29d..7516833c 100644
--- a/installation/ueb-listener/pom.xml
+++ b/installation/ueb-listener/pom.xml
@@ -18,7 +18,7 @@
<properties>
<image.name>onap/sdnc-ueb-listener-image</image.name>
<sdnc.project.version>${project.version}</sdnc.project.version>
- <ccsdk.project.version>0.1.1-SNAPSHOT</ccsdk.project.version>
+ <ccsdk.project.version>0.1.1</ccsdk.project.version>
<docker.buildArg.https_proxy>${https_proxy}</docker.buildArg.https_proxy>
</properties>
diff --git a/pom.xml b/pom.xml
index f80b6fa1..5aa5c683 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>odlparent-carbon-sr1</artifactId>
- <version>0.1.1-SNAPSHOT</version>
+ <version>0.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>