diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 17:56:42 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-18 17:56:42 -0800 |
commit | a3edbab81728bf5c856f4b71c94893ab4ab400d0 (patch) | |
tree | fc03cd29f4361ef99e54b1584758b2de987e4441 /apiroute/apiroute-standalone | |
parent | 0902420a4bf3c5f7723bc60ced0aab2066b829c4 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: Iba22e850c60c6f3db66d08fb88ba39968f6182e4
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'apiroute/apiroute-standalone')
-rw-r--r-- | apiroute/apiroute-standalone/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml index 7961a8c..c72e9de 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.0.0-SNAPSHOT</version> + <version>1.1.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.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <properties> <packageid>apiroute</packageid> |