diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-01 18:48:57 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-05-01 18:48:57 -0400 |
commit | c013cb97ea71ed746d31c5d822d57c5679fe2068 (patch) | |
tree | 2edc221efd68f8060b73c200f416220933156ba8 /sdnr/northbound | |
parent | 7181af3572a788737e5f5709d43449b833a95f17 (diff) |
Fix versions
Fix versions of code added after release build.
Change-Id: I9cf330915659fe7e1fbf128db2b398b607d70679
Issue-ID: CCSDK-1297
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sdnr/northbound')
-rw-r--r-- | sdnr/northbound/features/pom.xml | 2 | ||||
-rw-r--r-- | sdnr/northbound/oofpcipoc/pom.xml | 4 | ||||
-rw-r--r-- | sdnr/northbound/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sdnr/northbound/features/pom.xml b/sdnr/northbound/features/pom.xml index b96b01353..f9e489c2e 100644 --- a/sdnr/northbound/features/pom.xml +++ b/sdnr/northbound/features/pom.xml @@ -11,7 +11,7 @@ <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>sdnr-northbound-feature-aggregator</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features-sdnr-northbound :: features</name> diff --git a/sdnr/northbound/oofpcipoc/pom.xml b/sdnr/northbound/oofpcipoc/pom.xml index bb7cfb11d..fca71548e 100644 --- a/sdnr/northbound/oofpcipoc/pom.xml +++ b/sdnr/northbound/oofpcipoc/pom.xml @@ -9,9 +9,9 @@ <relativePath/> </parent> - <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> + <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>oofpcipoc</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-features-sdnr-northbound :: oofpcipoc</name> diff --git a/sdnr/northbound/pom.xml b/sdnr/northbound/pom.xml index 5a28f5b83..b1babc5cd 100644 --- a/sdnr/northbound/pom.xml +++ b/sdnr/northbound/pom.xml @@ -24,13 +24,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.features.sdnr.northbound</groupId> <artifactId>sdnr-northbound</artifactId> - <version>0.4.2-SNAPSHOT</version> + <version>0.5.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sdnr-northbound :: features</name> <description>SDN-R RAN and OOF PCI ANR POC </description> |