aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHuabingZhao <zhao.huabing@zte.com.cn>2018-01-12 16:53:34 +0800
committerHuabingZhao <zhao.huabing@zte.com.cn>2018-01-12 16:56:20 +0800
commit1beec212784da4f4d9e3ec3878d700fa1b2a0e8c (patch)
tree87f925836dee71cf2804400b41dfa3eb8e8c62d9
parent85a42786441143e10df2bb78cdf28eaa32c85e42 (diff)
Fix jenkins builiding issue
Issue-ID: MSB-118 Change-Id: If6ef83ba543a3908dd9cd323b9afb2b184b62590 Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
-rw-r--r--apiroute/apiroute-service/dependency-reduced-pom.xml11
-rw-r--r--apiroute/apiroute-service/pom.xml7
2 files changed, 12 insertions, 6 deletions
diff --git a/apiroute/apiroute-service/dependency-reduced-pom.xml b/apiroute/apiroute-service/dependency-reduced-pom.xml
index 5189658..c8f4534 100644
--- a/apiroute/apiroute-service/dependency-reduced-pom.xml
+++ b/apiroute/apiroute-service/dependency-reduced-pom.xml
@@ -3,13 +3,13 @@
<parent>
<artifactId>apiroute-parent</artifactId>
<groupId>org.onap.msb.apigateway.apiroute</groupId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-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>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<build>
<resources>
<resource>
@@ -101,7 +101,10 @@
<apiSources>
<apiSource>
<locations>${api-rest-package}</locations>
- <schemes>http,https</schemes>
+ <schemes>
+ <scheme>http</scheme>
+ <scheme>https</scheme>
+ </schemes>
<host>${api-host-ip}:${api-host-port}</host>
<basePath>${api-base-path}</basePath>
<info>
@@ -207,7 +210,7 @@
</configOptions>
<library>jersey2</library>
<groupId>${project.groupId}</groupId>
- <artifactId>${project.artifactId}-java-sdk</artifactId>
+ <artifactId>${project.artifactId}</artifactId>
<artifactVersion>${project.version}</artifactVersion>
<modelPackage>${project.groupId}.${project.artifactId}.client.model</modelPackage>
<apiPackage>${project.groupId}.${project.artifactId}.client.api</apiPackage>
diff --git a/apiroute/apiroute-service/pom.xml b/apiroute/apiroute-service/pom.xml
index 1d8f63f..47f4051 100644
--- a/apiroute/apiroute-service/pom.xml
+++ b/apiroute/apiroute-service/pom.xml
@@ -198,7 +198,10 @@
<apiSources>
<apiSource>
<locations>${api-rest-package}</locations>
- <schemes>http,https</schemes>
+ <schemes>
+ <scheme>http</scheme>
+ <scheme>https</scheme>
+ </schemes>
<host>${api-host-ip}:${api-host-port}</host>
<basePath>${api-base-path}</basePath>
<info>
@@ -316,7 +319,7 @@
</configOptions>
<library>jersey2</library>
<groupId>${project.groupId}</groupId>
- <artifactId>${project.artifactId}-java-sdk</artifactId>
+ <artifactId>${project.artifactId}</artifactId>
<artifactVersion>${project.version}</artifactVersion>
<modelPackage>${project.groupId}.${project.artifactId}.client.model</modelPackage>
<apiPackage>${project.groupId}.${project.artifactId}.client.api</apiPackage>