Skip to content

Commit

Permalink
Merge pull request #651 from Azquelt/update-rest-client
Browse files Browse the repository at this point in the history
Update to MP Rest Client 4.0 API
  • Loading branch information
Azquelt authored Jul 4, 2024
2 parents c16e7f6 + 0c19239 commit 945a568
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-api</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>MicroProfile OpenAPI</name>
<description>Eclipse MicroProfile OpenAPI</description>
Expand All @@ -38,7 +38,7 @@
<hamcrest.version>2.1</hamcrest.version>
<httpclient.version>4.5.2</httpclient.version>
<jackson.version>2.10.1</jackson.version>
<mp.rest-client-api.version>3.0.1</mp.rest-client-api.version>
<mp.rest-client-api.version>4.0-RC2</mp.rest-client-api.version>
<jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<!-- We can use the 3.x TCK BOM even though we use the 2.x parent because we're targetting Java 11 -->
Expand Down
2 changes: 1 addition & 1 deletion spec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-spec</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion spi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-spi</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
<groupId>org.eclipse.microprofile.openapi</groupId>
<artifactId>microprofile-openapi-parent</artifactId>
<version>4.1-SNAPSHOT</version>
<version>4.0-SNAPSHOT</version>
</parent>

<artifactId>microprofile-openapi-tck</artifactId>
Expand Down

0 comments on commit 945a568

Please sign in to comment.