Fix jenkins builiding issue 19/28019/1
authorHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 12 Jan 2018 08:53:34 +0000 (16:53 +0800)
committerHuabingZhao <zhao.huabing@zte.com.cn>
Fri, 12 Jan 2018 08:56:20 +0000 (16:56 +0800)
Issue-ID: MSB-118
Change-Id: If6ef83ba543a3908dd9cd323b9afb2b184b62590
Signed-off-by: HuabingZhao <zhao.huabing@zte.com.cn>
apiroute/apiroute-service/dependency-reduced-pom.xml
apiroute/apiroute-service/pom.xml

index 5189658..c8f4534 100644 (file)
@@ -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>
           <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>
               </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>
index 1d8f63f..47f4051 100644 (file)
                                                <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>
                                          </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>