diff options
Diffstat (limited to 'netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml')
-rw-r--r-- | netconf/features/restconf/odl-restconf-nb-bierman02/pom.xml | 7 |
1 files changed, 5 insertions, 2 deletions
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> |