Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Update Jakarta script
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Feb 1, 2023
1 parent 57f6bad commit 1b01084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion to-jakarta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ find . -type f -name '*.java' -exec sed -i '' 's/javax./jakarta./g' {} +
# service loader files
find . -path "*/src/main/resources/META-INF/services/javax*" | sed -e 'p;s/javax/jakarta/g' | xargs -n2 git mv

mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.nextMajorVersion}.0.0-SNAPSHOT
mvn build-helper:parse-version versions:set -DnewVersion=\${parsedVersion.nextMajorVersion}.0.1-SNAPSHOT

mvn -ntp versions:set-property -Dproperty=version.microprofile.opentracing -DnewVersion=3.0 -N
mvn -ntp versions:set-property -Dproperty=version.microprofile.config -DnewVersion=3.0 -N
Expand Down

0 comments on commit 1b01084

Please sign in to comment.