Skip to content

Commit

Permalink
Upgrade MP Parent to 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
xstefank committed Oct 4, 2022
1 parent f942c69 commit 8cba073
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.1</version>
<version>2.6</version>
</parent>

<groupId>org.eclipse.microprofile.health</groupId>
Expand All @@ -33,6 +33,7 @@

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

<licenses>
Expand Down
12 changes: 12 additions & 0 deletions tck/pom.xml
Expand Up @@ -31,6 +31,18 @@
<version.com.github.java-json-tools>2.2.10</version.com.github.java-json-tools>
</properties>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-tck-bom</artifactId>
<version>${version.microprofile.tck.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>org.eclipse.microprofile.health</groupId>
Expand Down

0 comments on commit 8cba073

Please sign in to comment.