diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-02-19 19:12:32 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-02-19 19:12:32 +0000 |
commit | ef07181485633bb574e57a6be0d8eb9886442f3f (patch) | |
tree | 196b9571e0b760fed1f87e3a0cd109d333df10ae | |
parent | c811a3690e607d92c0e8db31c0ea719cc366f627 (diff) |
Release aai/sparky-be2.0.2
-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.2-SNAPSHOT</version> + <version>2.0.2</version> <packaging>pom</packaging> <name>aai-sparky-be</name> diff --git a/sparkybe-onap-application/pom.xml b/sparkybe-onap-application/pom.xml index 0642cca..3f7188a 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.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-application</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <packaging>jar</packaging> <properties> diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index 421bd16..cff51cd 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.2-SNAPSHOT</version> + <version>2.0.2</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>2.0.2-SNAPSHOT</version> + <version>2.0.2</version> <packaging>jar</packaging> <properties> |