diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-08-10 16:50:13 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-08-10 16:50:13 +0000 |
commit | 0a778e84a5826c8a37f86eecc7f8bc7a21882d17 (patch) | |
tree | 406b3f9b1b209f9a8eb3d02da14f8203783796b7 | |
parent | 6f36bbad3ff3a7a1a7708462e2c81085f28a057d (diff) |
Release aai/sparky-be1.7.1
-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>1.7.1-SNAPSHOT</version> + <version>1.7.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 a231b0d..ab6c280 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>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-application</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>jar</packaging> <properties> @@ -181,7 +181,7 @@ <dependency> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </dependency> diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml index f144ac5..f4d526b 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>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> </parent> <groupId>org.onap.aai.sparky-be</groupId> <artifactId>sparkybe-onap-service</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.1</version> <packaging>jar</packaging> <properties> |