diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 12:44:08 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 12:45:38 -0400 |
commit | 202e3a705381883acc89bf62159493fbaf8d1da8 (patch) | |
tree | 5653ead34acb6f98af57b99e1b436a9b61ca694d /ueb-listener | |
parent | 17ace0efb1445bfb1239222b3e1249e66e677cc0 (diff) |
Roll to next snapshot version
Roll to version 0.2.3-SNAPSHOT and update parent to 1.0.3-SNAPSHOT
Change-Id: I88e11e78f61099f5b2e69b2161cf7c65b5a860e1
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@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 1190d5d1f..05e1d38d6 100755 --- a/ueb-listener/pom.xml +++ b/ueb-listener/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.northbound</groupId> <artifactId>ueb-listener</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.3-SNAPSHOT</version> <packaging>jar</packaging> <name>ccsdk-sli-northbound :: ueb-listener</name> |