diff options
author | Huabing Zhao <zhaohuabing@gmail.com> | 2018-11-27 08:39:46 +0800 |
---|---|---|
committer | Huabing Zhao <zhaohuabing@gmail.com> | 2018-11-27 08:40:06 +0800 |
commit | 75731b02e57345860f5542c4f512cb98ee5dbb90 (patch) | |
tree | e236bd663e7dac46856f850c4b714f10c060ad85 /apiroute | |
parent | 54406c1b1ba1971d1bebe06f9dd1fa5a1969ea49 (diff) |
Bump verison to 1.2.4
Issue-ID: MSB-302
Change-Id: I2f74212b1df07360933df842f929532c8430443d
Signed-off-by: Huabing Zhao <zhaohuabing@gmail.com>
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 d24e1b0..74bea56 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.3-SNAPSHOT</version> + <version>1.2.4-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.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <dependencies> diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 7c922b7..a75fed5 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.3-SNAPSHOT</version> + <version>1.2.4-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.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <properties> <packageid>apiroute</packageid> diff --git a/apiroute/pom.xml b/apiroute/pom.xml index 40ab2e9..0d2a105 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.3-SNAPSHOT</version> + <version>1.2.4-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.3-SNAPSHOT</version> + <version>1.2.4-SNAPSHOT</version> <modules> <module>apiroute-service</module> |