diff options
Diffstat (limited to 'netconf/restconf')
-rw-r--r-- | netconf/restconf/pom.xml | 2 | ||||
-rw-r--r-- | netconf/restconf/restconf-common/pom.xml | 2 | ||||
-rwxr-xr-x | netconf/restconf/restconf-nb-bierman02-installer/pom.xml | 2 | ||||
-rw-r--r-- | netconf/restconf/restconf-nb-bierman02/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/netconf/restconf/pom.xml b/netconf/restconf/pom.xml index 817923f..ceb11e8 100644 --- a/netconf/restconf/pom.xml +++ b/netconf/restconf/pom.xml @@ -18,7 +18,7 @@ <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>restconf-subsystem</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/netconf/restconf/restconf-common/pom.xml b/netconf/restconf/restconf-common/pom.xml index c77f9d0..3021629 100644 --- a/netconf/restconf/restconf-common/pom.xml +++ b/netconf/restconf/restconf-common/pom.xml @@ -20,7 +20,7 @@ <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>restconf-common</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <name>${project.artifactId}</name> diff --git a/netconf/restconf/restconf-nb-bierman02-installer/pom.xml b/netconf/restconf/restconf-nb-bierman02-installer/pom.xml index 60eb277..2ecdb53 100755 --- a/netconf/restconf/restconf-nb-bierman02-installer/pom.xml +++ b/netconf/restconf/restconf-nb-bierman02-installer/pom.xml @@ -33,7 +33,7 @@ <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>restconf-nb-bierman02-installer</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>ccsdk-odl-legacy :: ${project.artifactId}</name> diff --git a/netconf/restconf/restconf-nb-bierman02/pom.xml b/netconf/restconf/restconf-nb-bierman02/pom.xml index be346fc..de2515c 100644 --- a/netconf/restconf/restconf-nb-bierman02/pom.xml +++ b/netconf/restconf/restconf-nb-bierman02/pom.xml @@ -17,7 +17,7 @@ <groupId>org.onap.ccsdk.odl-legacy.netconf</groupId> <artifactId>restconf-nb-bierman02</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> <!-- TODO : several jUnits need work to get them to work due to OpenDaylight Chlorine changes |