Skip to content

Commit

Permalink
use versionless feature
Browse files Browse the repository at this point in the history
Signed-off-by: Gilbert Kwan <[email protected]>
  • Loading branch information
gkwan-ibm committed Dec 16, 2024
1 parent 503a38a commit 3863547
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion finish/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile</artifactId>
<version>6.1</version>
<version>7.0</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions finish/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<featureManager>
<platform>jakartaee-10.0</platform>
<platform>microprofile-6.1</platform>
<platform>microprofile-7.0</platform>
<feature>restfulWS</feature>
<feature>jsonb</feature>
<feature>jsonp</feature>
Expand All @@ -13,7 +13,7 @@
<feature>mpFaultTolerance</feature>
<!-- end::mpFaultTolerance[] -->
<!-- tag::mpMetrics[] -->
<feature>mpMetrics</feature>
<feature>mpMetrics-5.1</feature>
<!-- end::mpMetrics[] -->
</featureManager>

Expand Down
2 changes: 1 addition & 1 deletion start/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- tag::microprofile[] -->
<artifactId>microprofile</artifactId>
<!-- end::microprofile[] -->
<version>6.1</version>
<version>7.0</version>
<type>pom</type>
<scope>provided</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions start/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<featureManager>
<platform>jakartaee-10.0</platform>
<platform>microprofile-6.1</platform>
<platform>microprofile-7.0</platform>
<feature>restfulWS</feature>
<feature>jsonb</feature>
<feature>jsonp</feature>
Expand All @@ -13,7 +13,7 @@
<feature>mpFaultTolerance</feature>
<!-- end::mpFaultTolerance[] -->
<!-- tag::mpMetrics[] -->
<feature>mpMetrics</feature>
<feature>mpMetrics-5.1</feature>
<!-- end::mpMetrics[] -->
</featureManager>

Expand Down

0 comments on commit 3863547

Please sign in to comment.