diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-09-29 09:53:33 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-09-29 09:53:33 +0000 |
commit | 1c48d44de270676ce1b290e30d2d28961670381c (patch) | |
tree | 63e2f06066bfeaa6f8ecc458bfe56348c77dd8b4 /apiroute/apiroute-standalone | |
parent | f5d2b5f6f30f25d8b06426f7144c3e623e22595d (diff) |
Release msb/apigateway1.3.1
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 9a7e639..9f8139c 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.3.1-SNAPSHOT</version> + <version>1.3.1</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.3.1-SNAPSHOT</version> + <version>1.3.1</version> <properties> <packageid>apiroute</packageid> |