Skip to content

Commit 945a568

Browse files
authored
Merge pull request #651 from Azquelt/update-rest-client
Update to MP Rest Client 4.0 API
2 parents c16e7f6 + 0c19239 commit 945a568

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.1-SNAPSHOT</version>
23+
<version>4.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-api</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
<groupId>org.eclipse.microprofile.openapi</groupId>
2626
<artifactId>microprofile-openapi-parent</artifactId>
27-
<version>4.1-SNAPSHOT</version>
27+
<version>4.0-SNAPSHOT</version>
2828
<packaging>pom</packaging>
2929
<name>MicroProfile OpenAPI</name>
3030
<description>Eclipse MicroProfile OpenAPI</description>
@@ -38,7 +38,7 @@
3838
<hamcrest.version>2.1</hamcrest.version>
3939
<httpclient.version>4.5.2</httpclient.version>
4040
<jackson.version>2.10.1</jackson.version>
41-
<mp.rest-client-api.version>3.0.1</mp.rest-client-api.version>
41+
<mp.rest-client-api.version>4.0-RC2</mp.rest-client-api.version>
4242
<jakarta.xml.bind-api.version>3.0.1</jakarta.xml.bind-api.version>
4343
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
4444
<!-- We can use the 3.x TCK BOM even though we use the 2.x parent because we're targetting Java 11 -->

spec/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.1-SNAPSHOT</version>
23+
<version>4.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-spec</artifactId>

spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.1-SNAPSHOT</version>
23+
<version>4.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-spi</artifactId>

tck/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<!-- This is just for now and will not work if the API has a separate release cycle than the rest. -->
2121
<groupId>org.eclipse.microprofile.openapi</groupId>
2222
<artifactId>microprofile-openapi-parent</artifactId>
23-
<version>4.1-SNAPSHOT</version>
23+
<version>4.0-SNAPSHOT</version>
2424
</parent>
2525

2626
<artifactId>microprofile-openapi-tck</artifactId>

0 commit comments

Comments
 (0)