diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:19:49 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-09 07:31:27 -0500 |
commit | 2f9282706b2eaca0c271d6da27b3dbc0692accc2 (patch) | |
tree | a898fe720ebcfbefc69d9860017429689773f78b /ueb-listener | |
parent | f1cdb6b4212168879f623abd4beb345dadf200dd (diff) |
Roll to version 0.1.1-SNAPSHOT
Roll to next release version
Change-Id: I7df5f5c516db6b4459a6f6063bf754e058a4048d
Issue-ID: CCSDK-141
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'ueb-listener')
-rwxr-xr-x | ueb-listener/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml index 13af485df..8a83bb5da 100755 --- a/ueb-listener/pom.xml +++ b/ueb-listener/pom.xml @@ -4,14 +4,14 @@ <groupId>org.onap.ccsdk.sli.northbound</groupId> <packaging>jar</packaging> <artifactId>ueb-listener</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> <name>UEB Listener</name> <description>UEB Listener</description> <parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ccsdk-sli-northbound</artifactId> - <version>0.1.0-SNAPSHOT</version> + <version>0.1.1-SNAPSHOT</version> </parent> <properties> <sdc.client.version>1.1.32</sdc.client.version> |