aboutsummaryrefslogtreecommitdiffstats
path: root/apiroute/apiroute-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apiroute/apiroute-service/pom.xml')
-rw-r--r--apiroute/apiroute-service/pom.xml7
1 files changed, 5 insertions, 2 deletions
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>