Skip to content

Commit

Permalink
Fixed Maven <schemes> tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb committed Jul 31, 2017
1 parent c5834a5 commit 138b8aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,11 +248,12 @@
<apiSource>
<springmvc>false</springmvc>
<locations>
<location>
com.mapcode.services
</location>
<location>com.mapcode.services</location>
</locations>
<schemes>http,https</schemes>
<schemes>
<scheme>http</scheme>
<scheme>https</scheme>
</schemes>
<basePath>/</basePath>
<host>api.mapcode.com</host>
<info>
Expand Down

0 comments on commit 138b8aa

Please sign in to comment.