Skip to content

Commit

Permalink
Merge pull request #1902 from ozangunalp/jakarta_smallrye_versions
Browse files Browse the repository at this point in the history
Jakarta script: move to smallrye dependencies jakarta final versions
  • Loading branch information
ozangunalp authored Sep 20, 2022
2 parents 464fc21 + 2777e11 commit 13fd68e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions to-jakarta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ mvn versions:set-property -Dproperty=microprofile-reactive-streams.version -Dnew
mvn versions:set-property -Dproperty=microprofile-config.version -DnewVersion=3.0.1
mvn versions:set-property -Dproperty=microprofile-metrics-api.version -DnewVersion=4.0.1
mvn versions:set-property -Dproperty=microprofile-health-api.version -DnewVersion=4.0
mvn versions:set-property -Dproperty=smallrye-config.version -DnewVersion=3.0.0-RC1
mvn versions:set-property -Dproperty=smallrye-metrics.version -DnewVersion=4.0.0-RC1
mvn versions:set-property -Dproperty=smallrye-common.version -DnewVersion=2.0.0-RC2
mvn versions:set-property -Dproperty=smallrye-health.version -DnewVersion=4.0.0-RC1
mvn versions:set-property -Dproperty=smallrye-testing.version -DnewVersion=2.0.0-RC1
mvn versions:set-property -Dproperty=smallrye-fault-tolerance.version -DnewVersion=6.0.0-RC1
mvn versions:set-property -Dproperty=smallrye-config.version -DnewVersion=3.0.0
mvn versions:set-property -Dproperty=smallrye-metrics.version -DnewVersion=4.0.0
mvn versions:set-property -Dproperty=smallrye-common.version -DnewVersion=2.0.0
mvn versions:set-property -Dproperty=smallrye-health.version -DnewVersion=4.0.0
mvn versions:set-property -Dproperty=smallrye-testing.version -DnewVersion=2.0.0
mvn versions:set-property -Dproperty=smallrye-fault-tolerance.version -DnewVersion=6.0.0
mvn versions:set-property -Dproperty=yasson.version -DnewVersion=2.0.3
mvn versions:set-property -Dproperty=artemis.version -DnewVersion=2.20.0

Expand Down

0 comments on commit 13fd68e

Please sign in to comment.