summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjenkins-releng <jenkins-releng@onap.org>2019-08-12 20:04:15 +0000
committerjenkins-releng <jenkins-releng@onap.org>2019-08-12 20:04:15 +0000
commitbe723544e66fee388e2c14b4c9c222b0484b17c3 (patch)
treebf61cdb022c7f3c62a5fdcf34067afa22e3f354a
parentda2fd730ddb9a21965ac77829fd2bbd50c36c43c (diff)
Release aai/sparky-be1.5.0
-rw-r--r--pom.xml2
-rw-r--r--sparkybe-onap-application/pom.xml6
-rw-r--r--sparkybe-onap-service/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index c646d33..7f0ad4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
<groupId>org.onap.aai</groupId>
<artifactId>sparky-be</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.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 f86e2a1..48e982e 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-application</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<packaging>jar</packaging>
<properties>
@@ -173,7 +173,7 @@
<dependency>
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-service</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
</dependency>
diff --git a/sparkybe-onap-service/pom.xml b/sparkybe-onap-service/pom.xml
index 9096549..f696287 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.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
</parent>
<groupId>org.onap.aai.sparky-be</groupId>
<artifactId>sparkybe-onap-service</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.0</version>
<packaging>jar</packaging>
<properties>