diff options
Diffstat (limited to 'netconf/features')
-rw-r--r-- | netconf/features/pom.xml | 4 | ||||
-rw-r--r-- | netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml | 7 | ||||
-rw-r--r-- | netconf/features/restconf/pom.xml | 2 |
3 files changed, 8 insertions, 5 deletions
diff --git a/netconf/features/pom.xml b/netconf/features/pom.xml index c326f18..2cb4e47 100644 --- a/netconf/features/pom.xml +++ b/netconf/features/pom.xml @@ -11,11 +11,11 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> - <version>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> - <groupId>org.onap.ccsdk.odl-legacy</groupId> + <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>netconf-features-parent</artifactId> <version>1.0.0</version> <packaging>pom</packaging> diff --git a/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml b/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml index 93ed2d2..4c87f0d 100644 --- a/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml +++ b/netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml @@ -12,11 +12,13 @@ <parent> <groupId>org.opendaylight.netconf</groupId> <artifactId>feature-parent</artifactId> - <version>3.0.5</version> + <version>4.0.4</version> <relativePath>../../parent</relativePath> </parent> + <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>odl-restconf-nb-bierman02</artifactId> + <version>1.0.0</version> <packaging>feature</packaging> <name>OpenDaylight :: Restconf :: NB :: bierman02</name> @@ -34,8 +36,9 @@ <classifier>features</classifier> </dependency> <dependency> - <groupId>org.opendaylight.netconf</groupId> + <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>restconf-nb-bierman02</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.opendaylight.netconf</groupId> diff --git a/netconf/features/restconf/pom.xml b/netconf/features/restconf/pom.xml index cf460cd..728d27f 100644 --- a/netconf/features/restconf/pom.xml +++ b/netconf/features/restconf/pom.xml @@ -11,7 +11,7 @@ <parent> <groupId>org.opendaylight.odlparent</groupId> <artifactId>odlparent-lite</artifactId> - <version>10.0.2</version> + <version>11.0.3</version> <relativePath/> </parent> |