diff options
author | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-01-13 09:24:10 +0800 |
---|---|---|
committer | HuabingZhao <zhao.huabing@zte.com.cn> | 2018-01-13 09:24:15 +0800 |
commit | 37f2595b047095cee6649e0483c451d7f986b6c8 (patch) | |
tree | a7947e3202ad64c4a5b1f51580d59c1ac259b158 /apiroute/apiroute-service/dependency-reduced-pom.xml | |
parent | af9cc5cbef5849e23a89f1655093f170b4004cc4 (diff) |
Fix jenkins builiding issue
Issue-ID: MSB-119
Change-Id: I5a8d41535acd7b5b49fd3b892f156d44c9c17b79
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
Diffstat (limited to 'apiroute/apiroute-service/dependency-reduced-pom.xml')
-rw-r--r-- | apiroute/apiroute-service/dependency-reduced-pom.xml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/apiroute/apiroute-service/dependency-reduced-pom.xml b/apiroute/apiroute-service/dependency-reduced-pom.xml index 5189658..80f4497 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.1.0-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.1.0-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> |