Skip to content

Commit

Permalink
bump spec version, fix module name, minor corrections
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
  • Loading branch information
lukasj committed Feb 4, 2020
1 parent 1e08196 commit 417367e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@

<api.package>javax.xml.ws</api.package>
<extension.name>jakarta.xml.ws</extension.name>
<spec.version>2.3</spec.version>
<old.spec.version>2.2</old.spec.version>
<spec.version>3.0</spec.version>
<old.spec.version>2.3</old.spec.version>

<non.final>false</non.final>

Expand Down
4 changes: 2 additions & 2 deletions api/src/main/java/jakarta/xml/ws/Provider.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* @param <T> The type of the request
* @since 1.6, JAX-WS 2.0
*
* @see jakarta.xml.transform.Source
* @see jakarta.xml.soap.SOAPMessage
* @see javax.xml.transform.Source
* @see javax.xml.soap.SOAPMessage
* @see jakarta.xml.ws.ServiceMode
**/
public interface Provider<T> {
Expand Down
2 changes: 1 addition & 1 deletion api/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* References in this document to JAXB refer to the Jakarta XML Binding unless otherwise noted.<br>
* References in this document to JWS refer to the Jakarta Web Services Metadata unless otherwise noted.
*/
module java.xml.ws {
module jakarta.xml.ws {
requires transitive java.xml;
requires transitive java.xml.bind;
requires transitive java.xml.soap;
Expand Down

0 comments on commit 417367e

Please sign in to comment.