diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-02-18 16:49:03 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-02-18 16:49:03 +0000 |
commit | 3c5b3850223ac8edf92f82bab522a4df1c80e442 (patch) | |
tree | 47ee726d55cd67981173f5f42ad0b10fdb98c8d7 | |
parent | f3e7b8b1a27cd76a51a9bff38a6107849af88a89 (diff) |
Release aai/sparky-be2.0.1
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | sparkybe-onap-application/pom.xml | 4 | ||||
-rw-r--r-- | sparkybe-onap-service/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -11,7 +11,7 @@ <groupId>org.onap.aai</groupId> <artifactId>sparky-be</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <packaging>pom</packaging> <name>aai-sparky-be</name> diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 987ad75..0fe25d4 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-application</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <packaging>jar</packaging> <properties> diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 684b868..1cd15a1 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.1-SNAPSHOT</version> + <version>2.0.1</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>2.0.1-SNAPSHOT</version> + <version>2.0.1</version> <packaging>jar</packaging> <properties> |