diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2022-03-24 07:52:44 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2022-03-24 07:52:44 +0000 |
commit | 71a42342fc13aeefb3afd41dcbbae7f23f697718 (patch) | |
tree | aa8d3e8d1361fcd3b55d212027fb92f532bd3586 /apiroute/apiroute-service | |
parent | f872c7f7d18a4e0b902a116565ec724f1b4f242b (diff) |
Release msb/apigateway1.4.0
Diffstat (limited to 'apiroute/apiroute-service')
-rw-r--r-- | apiroute/apiroute-service/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml index 40ec127..36ec494 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.4.0</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.4.0</version> <dependencies> |