summaryrefslogtreecommitdiffstats
path: root/northbound/ueb-listener/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-12-03 11:05:19 -0500
committerDan Timoney <dtimoney@att.com>2020-12-03 12:02:07 -0500
commitbf926edb33ca32e5c0c26054383d27312c2f8151 (patch)
treeed399ac147cbb074507abbb4efaca88d3a751be8 /northbound/ueb-listener/pom.xml
parent8f2fcdaf36cc05480d0d8c03d0d54368e7a851f6 (diff)
Sync ccsdk/sli guilin branch
Sync ccsdk/sli guilin branch to make contents identical with ccsdk/sli/[core|adaptors|northbound|plugins] repositories Issue-ID: CCSDK-3009 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I0f167680d04e65069fd2c0ba0a01681a9b334f0b
Diffstat (limited to 'northbound/ueb-listener/pom.xml')
-rwxr-xr-xnorthbound/ueb-listener/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/northbound/ueb-listener/pom.xml b/northbound/ueb-listener/pom.xml
index 81898a53d..abbf2b696 100755
--- a/northbound/ueb-listener/pom.xml
+++ b/northbound/ueb-listener/pom.xml
@@ -5,12 +5,12 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>standalone-parent</artifactId>
- <version>2.1.0</version>
+ <version>2.0.2</version>
</parent>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>ueb-listener</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.0.4-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ccsdk-sli-northbound :: ueb-listener</name>
@@ -22,10 +22,10 @@
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
<SWM_VERSION>${project.version}-${build.number}</SWM_VERSION>
- <ccsdk.sli.core.version>1.1.0</ccsdk.sli.core.version>
+ <ccsdk.sli.core.version>1.0.2</ccsdk.sli.core.version>
<ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
<sdc.client.version>1.4.1</sdc.client.version>
- <sdc.tosca.version>1.6.5</sdc.tosca.version>
+ <sdc.tosca.version>1.6.5</sdc.tosca.version>
</properties>
<dependencyManagement>