diff options
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> |