Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Nov 6, 2023
1 parent ffc98f5 commit d37e8a6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ Therefore I created this project to provide an easy to use POM for using JAX-WS

# News and noteworthy

* v2.0.2 - 2023-11-06
* Updated to JAX-WS API 4.0.1
* Updated to JAX-WS 4.0.2
* v2.0.1 - 2023-02-24
* Updated to JAX-WS 4.0.1
* v2.0.1 - 2023-02-24
* Updated to JAX-WS 4.0.1
* v2.0.0 - 2022-09-05
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@
<dependency>
<groupId>jakarta.xml.ws</groupId>
<artifactId>jakarta.xml.ws-api</artifactId>
<version>4.0.0</version>
<version>4.0.1</version>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-ri-bom</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit d37e8a6

Please sign in to comment.