aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute
diff options
context:
space:
mode:
Diffstat (limited to 'apiroute')
-rw-r--r--apiroute/apiroute-service/pom.xml4
-rw-r--r--apiroute/apiroute-standalone/pom.xml4
-rw-r--r--apiroute/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml
index 2e08917..d9620e9 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.8-SNAPSHOT</version>
+ <version>1.2.8</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.8-SNAPSHOT</version>
+ <version>1.2.8</version>
<dependencies>
diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml
index 1de2bbe..bb05b38 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.8-SNAPSHOT</version>
+ <version>1.2.8</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.8-SNAPSHOT</version>
+ <version>1.2.8</version>
<properties>
<packageid>apiroute</packageid>
diff --git a/apiroute/pom.xml b/apiroute/pom.xml
index 957b244..12a07e1 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.8-SNAPSHOT</version>
+ <version>1.2.8</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.8-SNAPSHOT</version>
+ <version>1.2.8</version>
<modules>
<module>apiroute-service</module>