aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabing Zhao <zhao.huabing@zte.com.cn>2020-05-13 10:56:31 +0800
committerHuabing Zhao <zhao.huabing@zte.com.cn>2020-05-13 10:56:46 +0800
commit9f1318dc4f43659169afedc1cb23ff4e21f2144f (patch)
tree4a2056a654c4be71e1ef03b74a151ecd9ef3b615
parent7090d26a60288aa6453b78df5e9952d95306b4b0 (diff)
Add msb-iag to x509 SAN field
Issue-ID: MSB-467 Signed-off-by: Huabing Zhao <zhao.huabing@zte.com.cn> Change-Id: I729cc95ab7724c9d72b1bc30d8c43962ae9bb3e5
-rw-r--r--apiroute/apiroute-service/pom.xml4
-rw-r--r--apiroute/apiroute-standalone/pom.xml4
-rw-r--r--apiroute/pom.xml4
-rw-r--r--distributions/msb-apigateway/pom.xml4
-rw-r--r--distributions/pom.xml4
-rw-r--r--openresty-ext/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--redis-ext/pom.xml4
8 files changed, 15 insertions, 15 deletions
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml
index 33b5c2e..2e08917 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.7-SNAPSHOT</version>
+ <version>1.2.8-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.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<dependencies>
diff --git a/apiroute/apiroute-standalone/pom.xml b/apiroute/apiroute-standalone/pom.xml
index cea8625..1de2bbe 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.7-SNAPSHOT</version>
+ <version>1.2.8-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.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<properties>
<packageid>apiroute</packageid>
diff --git a/apiroute/pom.xml b/apiroute/pom.xml
index a0566b8..957b244 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.7-SNAPSHOT</version>
+ <version>1.2.8-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.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<modules>
<module>apiroute-service</module>
diff --git a/distributions/msb-apigateway/pom.xml b/distributions/msb-apigateway/pom.xml
index 636af51..73b4a64 100644
--- a/distributions/msb-apigateway/pom.xml
+++ b/distributions/msb-apigateway/pom.xml
@@ -3,12 +3,12 @@
<parent>
<groupId>org.onap.msb.apigateway.distributions</groupId>
<artifactId>distributions-parent</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway.distributions</groupId>
<artifactId>msb-apigateway</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<name>onap/msb/apigateway/distributions/msb-apigateway</name>
<packaging>pom</packaging>
diff --git a/distributions/pom.xml b/distributions/pom.xml
index 382702a..c5f4650 100644
--- a/distributions/pom.xml
+++ b/distributions/pom.xml
@@ -4,12 +4,12 @@
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
</parent>
<groupId>org.onap.msb.apigateway.distributions</groupId>
<artifactId>distributions-parent</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<name>onap/msb/apigateway/distributions</name>
<packaging>pom</packaging>
<modules>
diff --git a/openresty-ext/pom.xml b/openresty-ext/pom.xml
index a899613..298edef 100644
--- a/openresty-ext/pom.xml
+++ b/openresty-ext/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>openresty-ext</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<name>onap/msb/apigateway/openresty-ext</name>
<packaging>pom</packaging>
diff --git a/pom.xml b/pom.xml
index f2f994b..f92009a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
</parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>msb-apigateway</name>
<properties>
diff --git a/redis-ext/pom.xml b/redis-ext/pom.xml
index 0997cfe..2fc898d 100644
--- a/redis-ext/pom.xml
+++ b/redis-ext/pom.xml
@@ -21,14 +21,14 @@
<parent>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>msb-apigateway-parent</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.msb.apigateway</groupId>
<artifactId>redis-ext</artifactId>
- <version>1.2.7-SNAPSHOT</version>
+ <version>1.2.8-SNAPSHOT</version>
<name>onap/msb/apigateway/redis-ext</name>
<packaging>pom</packaging>