diff options
author | wangjiahang <wang.jiahang@zte.com.cn> | 2022-09-14 17:56:16 +0800 |
---|---|---|
committer | wangjiahang <wang.jiahang@zte.com.cn> | 2022-09-14 17:57:52 +0800 |
commit | ba2dd03432eafe31b2c0abe47abf8a80d0a48f05 (patch) | |
tree | 9f50803f59cefe4204e256e56ec17dda1154ac07 /apiroute | |
parent | 43926b81c53814789b76541317ce0194c074d9e9 (diff) |
[MSB]Bump apigateway version to 1.5.0
Issue-ID: MSB-703
Signed-off-by: wangjiahang <wang.jiahang@zte.com.cn>
Change-Id: Ibd7f05e6d44a0c0a374123b55a81ffc6af108511
Diffstat (limited to 'apiroute')
-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 |
3 files changed, 6 insertions, 6 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 40ec127..2839260 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.4.0-SNAPSHOT</version> + <version>1.5.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.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <dependencies> diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index f72223d..68551ff 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.4.0-SNAPSHOT</version> + <version>1.5.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.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <properties> <packageid>apiroute</packageid> diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 724e902..8e741be 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.4.0-SNAPSHOT</version> + <version>1.5.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.4.0-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> <modules> <module>apiroute-service</module> |