diff options
author | 2021-09-20 11:04:42 +0800 | |
---|---|---|
committer | 2021-09-20 11:06:01 +0800 | |
commit | ca304c71650e7844f38aed767fc86d7fac204916 (patch) | |
tree | 4b0d8d72d643086c35365ee92c838fcfdb41b836 | |
parent | 036fe896497233a075b9ecf1b0493e9b2ac1d3f1 (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
-rw-r--r-- | apiroute/apiroute-service/pom.xml | 4 | ||||
-rw-r--r-- | apiroute/apiroute-standalone/pom.xml | 4 | ||||
-rw-r--r-- | apiroute/pom.xml | 4 | ||||
-rw-r--r-- | openresty-ext/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | redis-ext/pom.xml | 4 |
6 files changed, 11 insertions, 11 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> diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml index 298edef..eb83527 100644 --- a/openresty-ext/pom.xml +++ b/openresty-ext/pom.xml @@ -21,14 +21,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</groupId> <artifactId>openresty-ext</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>onap/msb/apigateway/openresty-ext</name> <packaging>pom</packaging> @@ -24,7 +24,7 @@ </parent> <groupId>org.onap.msb.apigateway</groupId> <artifactId>msb-apigateway-parent</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <packaging>pom</packaging> <name>msb-apigateway</name> <properties> diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml index 2fc898d..66e62ec 100644 --- a/redis-ext/pom.xml +++ b/redis-ext/pom.xml @@ -21,14 +21,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</groupId> <artifactId>redis-ext</artifactId> - <version>1.2.8-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <name>onap/msb/apigateway/redis-ext</name> <packaging>pom</packaging> |