Skip to content

Commit

Permalink
Update parent pom (#632)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily-Jiang committed Jun 20, 2024
1 parent 5f9a505 commit b94074e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.9</version>
<version>2.10</version>
</parent>

<groupId>org.eclipse.microprofile.fault-tolerance</groupId>
Expand All @@ -32,7 +32,7 @@

<properties>
<inceptionYear>2016</inceptionYear>
<version.microprofile.tck.bom>2.6</version.microprofile.tck.bom>
<version.microprofile.tck.bom>2.10</version.microprofile.tck.bom>
</properties>

<developers>
Expand Down
6 changes: 2 additions & 4 deletions tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>Fault Tolerance for MicroProfile :: TCK</description>
<properties>
<checkstyle.methodNameFormat>^_?[a-z][a-zA-Z0-9_]*$</checkstyle.methodNameFormat>
<microprofile-config-api.version>3.0</microprofile-config-api.version>
<microprofile-config-api.version>3.1</microprofile-config-api.version>
<microprofile-metrics-api.version>4.0</microprofile-metrics-api.version>
</properties>

Expand Down Expand Up @@ -115,8 +115,6 @@
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.3</version>
<scope>compile</scope>
</dependency>

<dependency>
Expand All @@ -132,7 +130,7 @@
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.0.3</version>
<version>4.2.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit b94074e

Please sign in to comment.