aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute
diff options
context:
space:
mode:
authorjinquanni <ni.jinquan@zte.com.cn>2021-09-20 11:04:42 +0800
committerjinquanni <ni.jinquan@zte.com.cn>2021-09-20 11:06:01 +0800
commitca304c71650e7844f38aed767fc86d7fac204916 (patch)
tree4b0d8d72d643086c35365ee92c838fcfdb41b836 /apiroute
parent036fe896497233a075b9ecf1b0493e9b2ac1d3f1 (diff)
Update gateway pom file
Update gateway pom file Issue-ID: MSB-610 Signed-off-by: jinquanni <ni.jinquan@zte.com.cn> Change-Id: Iad287413227ecc0e40862dd05cae2f0f9b22610e
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 2e08917..3b951c8 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.2.8-SNAPSHOT</version>
+ <version>1.3.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.2.8-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<dependencies>
diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml
index 1de2bbe..448946a 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.2.8-SNAPSHOT</version>
+ <version>1.3.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.2.8-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<properties>
<packageid>apiroute</packageid>
diff --git a/apiroute/pom.xml b/apiroute/pom.xml
index 957b244..3453584 100644
--- a/apiroute/pom.xml
+++ b/apiroute/pom.xml
@@ -11,14 +11,14 @@
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.2.8-SNAPSHOT</version>
+ <version>1.3.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.2.8-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<modules>
<module>apiroute-service</module>