diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-02-16 16:39:56 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-02-16 16:39:56 +0000 |
commit | d560614816b07f2ef93ad6562ee11dc657e581ac (patch) | |
tree | 4980a587acd43c0e887502641ad2ebe83229189e | |
parent | 61482b0944e13fabe92d37ae78e4b07f79cf0ce2 (diff) |
Release aai/sparky-be2.0.0
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sparkybe-onap-application/pom.xml | 6 | ||||
-rw-r--r-- | sparkybe-onap-service/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
@@ -11,7 +11,7 @@ <groupId>org.onap.aai</groupId> <artifactId>sparky-be</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>pom</packaging> <name>aai-sparky-be</name> diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 79d3c70..c18bdd4 100644 --- a/sparkybe-onap-application/pom.xml +++ b/sparkybe-onap-application/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.aai</groupId> <artifactId>sparky-be</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-application</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <properties> @@ -181,7 +181,7 @@ <dependency> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </dependency> diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index f8b76b6..747e09b 100644 --- a/sparkybe-onap-service/pom.xml +++ b/sparkybe-onap-service/pom.xml @@ -4,12 +4,12 @@ <parent> <groupId>org.onap.aai</groupId> <artifactId>sparky-be</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.0.0</version> <packaging>jar</packaging> <properties> |