aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute
diff options
context:
space:
mode:
authorHuabingZhao <zhaohuabing@gmail.com>2018-07-24 16:39:12 +0800
committerHuabingZhao <zhaohuabing@gmail.com>2018-07-24 17:40:21 +0800
commit78c426e548f473ff58268c82c26a0bf4906e13be (patch)
tree8a79efaee2f9ab31306ebbea4ec72ccabf09bdca /apiroute
parentd4abfa7ac6ec1a3495dfd655379acf8e9262885c (diff)
Bump MSB artifacts version to 1.2.0
Issue-ID: MSB-218 Change-Id: I8f4b3f82e734ea18fcb36c7204955a5aa2005b61 Signed-off-by: HuabingZhao <zhaohuabing@gmail.com>
Diffstat (limited to 'apiroute')
-rw-r--r--apiroute/apiroute-service/pom.xml4
-rw-r--r--apiroute/apiroute-standalone/pom.xml4
-rw-r--r--apiroute/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml
index 6fa0903..30ffb15 100644
--- a/apiroute/apiroute-service/pom.xml
+++ b/apiroute/apiroute-service/pom.xml
@@ -12,14 +12,14 @@
<parent>
<groupId>org.onap.msb.apigateway.apiroute</groupId>
<artifactId>apiroute-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway.apiroute</groupId>
<artifactId>apiroute-service</artifactId>
<name>onap/msb/apigateway/apiroute/apiroute-service</name>
<packaging>jar</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<dependencies>
diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml
index c72e9de..dd6a95b 100644
--- a/apiroute/apiroute-standalone/pom.xml
+++ b/apiroute/apiroute-standalone/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.onap.msb.apigateway.apiroute</groupId>
<artifactId>apiroute-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway.apiroute</groupId>
<artifactId>apiroute-standalone</artifactId>
<name>onap/msb/apigateway/apiroute/apiroute-standalone</name>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<properties>
<packageid>apiroute</packageid>
diff --git a/apiroute/pom.xml b/apiroute/pom.xml
index 38bb1cd..dcd4fce 100644
--- a/apiroute/pom.xml
+++ b/apiroute/pom.xml
@@ -12,14 +12,14 @@
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway.apiroute</groupId>
<artifactId>apiroute-parent</artifactId>
<name>onap/msb/apigateway/apiroute</name>
<packaging>pom</packaging>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<modules>
<module>apiroute-service</module>