diff options
author | 2023-04-15 15:30:02 +0800 | |
---|---|---|
committer | 2023-04-15 15:30:02 +0800 | |
commit | 71648c4240e33deff04b6d96b3fab4d8d710b14c (patch) | |
tree | 60abe3b5bee8ce643efdd731215db9e35d6d5057 /apiroute | |
parent | c489896a652068bf9b6850ac09c5daf1875697da (diff) |
[MSB]Bump apigateway version to 1.6.0
Issue-ID: MSB-750
Signed-off-by: wangjiahang <wang.jiahang@zte.com.cn>
Change-Id: I003e05756918d2779d9bf55b5285c8972c73bcd0
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 2839260..13a3d4b 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.5.0-SNAPSHOT</version> + <version>1.6.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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <dependencies> diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 68551ff..cd6b5c3 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.5.0-SNAPSHOT</version> + <version>1.6.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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <properties> <packageid>apiroute</packageid> diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 791854f..fc4eb76 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.5.0-SNAPSHOT</version> + <version>1.6.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.5.0-SNAPSHOT</version> + <version>1.6.0-SNAPSHOT</version> <modules> <module>apiroute-service</module> |