diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2019-08-08 13:23:35 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2019-08-08 13:23:35 +0000 |
commit | a66c36fe34e9997f091903040ea1cbeb8209328d (patch) | |
tree | 82ab30f79162cffc9c397f596076d9616dbc2f02 | |
parent | 854fba6266856c79d4d3044aa65476ad5702e579 (diff) |
Release sdnc/apps1.6.1
-rw-r--r-- | client/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | pomba/network-discovery-api/pom.xml | 2 | ||||
-rw-r--r-- | pomba/network-discovery/pom.xml | 2 | ||||
-rw-r--r-- | pomba/pom.xml | 2 | ||||
-rw-r--r-- | pomba/service-decomposition/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/client/pom.xml b/client/pom.xml index a1530e0..f43662b 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -6,7 +6,7 @@ <packaging>jar</packaging> <groupId>org.onap.sdnc.apps</groupId> <artifactId>client</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> <url>http://wiki.onap.org</url> @@ -6,7 +6,7 @@ <packaging>pom</packaging> <groupId>org.onap.sdnc</groupId> <artifactId>apps</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index 3969b68..a49df20 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <groupId>org.onap.sdnc.apps.pomba</groupId> <artifactId>network-discovery-api</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <name>Network Discovery API</name> <dependencies> diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index 58e72fc..300ac96 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.onap.sdnc.apps.pomba</groupId> <artifactId>pomba</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pomba/pom.xml b/pomba/pom.xml index 6ce1929..6f0071f 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <groupId>org.onap.sdnc.apps.pomba</groupId> <artifactId>pomba</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <packaging>pom</packaging> <modules> diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 46aabcf..c402761 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -22,7 +22,7 @@ limitations under the License. <parent> <groupId>org.onap.sdnc.apps.pomba</groupId> <artifactId>pomba</artifactId> - <version>1.6.1-SNAPSHOT</version> + <version>1.6.1</version> <relativePath>../pom.xml</relativePath> </parent> |