Skip to content

Commit

Permalink
use target version 2.0 for wsimport
Browse files Browse the repository at this point in the history
  • Loading branch information
vro committed Sep 6, 2017
1 parent c382077 commit d8b2287
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ISDSWebServices/pom.xml
Expand Up @@ -59,6 +59,7 @@
<id>db</id>
<phase>generate-sources</phase>
<configuration>
<target>2.0</target>
<staleFile>${project.build.directory}/jaxws/stale/wsdl.db.done</staleFile>
<packageName>cz.abclinuxu.datoveschranky.ws.db</packageName>
<sourceDestDir>target/generated-sources/wsdl</sourceDestDir>
Expand All @@ -78,6 +79,7 @@
<id>dm</id>
<phase>generate-sources</phase>
<configuration>
<target>2.0</target>
<staleFile>${project.build.directory}/jaxws/stale/wsdl.dm.done</staleFile>
<packageName>cz.abclinuxu.datoveschranky.ws.dm</packageName>
<sourceDestDir>target/generated-sources/wsdl</sourceDestDir>
Expand Down

0 comments on commit d8b2287

Please sign in to comment.