diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-19 16:31:51 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-03-21 14:00:49 -0400 |
commit | 21ed72977b85bba3a06ebc7a36dc588429149809 (patch) | |
tree | 678b25d792f23ee086118e685d4a55a060e5a4cb /ms | |
parent | 4bea60ce6d420d92fb1762467cbcff9897ac1896 (diff) |
Compile against Fluorine SR2
Updated to compile against Fluorine SR2
Change-Id: I434068531ce4a661a04c20201e0fddf3f6b92f47
Issue-ID: CCSDK-1156
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'ms')
-rw-r--r-- | ms/cds-sdc-listener/application/pom.xml | 2 | ||||
-rw-r--r-- | ms/cds-sdc-listener/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ms/cds-sdc-listener/application/pom.xml b/ms/cds-sdc-listener/application/pom.xml index 54f59b7ca..412c5918f 100644 --- a/ms/cds-sdc-listener/application/pom.xml +++ b/ms/cds-sdc-listener/application/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>1.2.1</version> + <version>1.2.2-SNAPSHOT</version> <relativePath/> </parent> diff --git a/ms/cds-sdc-listener/pom.xml b/ms/cds-sdc-listener/pom.xml index 0f2a4613b..538185ebc 100644 --- a/ms/cds-sdc-listener/pom.xml +++ b/ms/cds-sdc-listener/pom.xml @@ -10,7 +10,7 @@ <parent> <artifactId>ccsdk-apps-ms</artifactId> <groupId>org.onap.ccsdk.apps</groupId> - <version>0.4.1-SNAPSHOT</version> + <version>0.4.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> |