Skip to content

Commit

Permalink
Rename Maven modules forwith Jakarta
Browse files Browse the repository at this point in the history
Rename the two modules to replace "jaxws" with "jakarta-xml-ws"

* dropwizard-jaxws --> dropwizard-jakarta-xml-ws
* dropwizard-jaxws-example --> dropwizard-jakarta-xml-ws-example

Closes #51
  • Loading branch information
sleberknight committed Nov 8, 2023
1 parent 189bf70 commit f9f08f1
Show file tree
Hide file tree
Showing 55 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<url>https://github.com/kiwiproject/dropwizard-jakarta-xml-ws</url>

<modules>
<module>dropwizard-jaxws</module>
<module>dropwizard-jaxws-example</module>
<module>dropwizard-jakarta-xml-ws</module>
<module>dropwizard-jakarta-xml-ws-example</module>
</modules>

<properties>
Expand Down

0 comments on commit f9f08f1

Please sign in to comment.