Skip to content

Commit

Permalink
Merge pull request #321 from xstefank/parent-2.6-upgrade
Browse files Browse the repository at this point in the history
Upgrade MP Parent to 2.6
  • Loading branch information
xstefank authored Oct 4, 2022
2 parents f942c69 + 8cba073 commit 53d1fe3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.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
Original file line number Diff line number Diff line change
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 53d1fe3

Please sign in to comment.