Skip to content

Commit

Permalink
use microprofile 6.0 API for example
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Dec 13, 2024
1 parent ed03422 commit 1945279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/mp-config-source-database/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<name>TomEE :: Examples :: MicroProfile Config Source Database</name>
<properties>
<version.jakartaee-api>10.0</version.jakartaee-api>
<version.microprofile>5.0</version.microprofile>
<version.microprofile>6.0</version.microprofile>
<version.arquillian>1.9.1.Final</version.arquillian>
<tomee.version>10.0.0-M4-SNAPSHOT</tomee.version>
</properties>
Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,7 @@

<maven.compiler.release>17</maven.compiler.release>
<version.micrometer>1.12.5</version.micrometer>
<!-- Micro Profile API -->
<version.microprofile>5.0</version.microprofile>
<!-- Micro Profile APIs (6.0) -->
<version.microprofile.config>3.0.3</version.microprofile.config>
<version.microprofile.fault-tolerance>4.0.2</version.microprofile.fault-tolerance>
<version.microprofile.health>4.0.1</version.microprofile.health>
Expand Down

0 comments on commit 1945279

Please sign in to comment.