Skip to content

Commit

Permalink
Set groupId and version using mvn versions:set-property
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Aug 27, 2023
1 parent cfde062 commit 73ba3bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -591,8 +591,8 @@ jobs:
run: |
git clone https://github.com/quarkusio/quarkus-quickstarts.git && cd quarkus-quickstarts
git checkout 3.2
export VERSION=3.2.999-SNAPSHOT;
sed -r -i "s@<quarkus.platform.version>[^<]+</quarkus.platform.version>@<quarkus.platform.version>${VERSION}</quarkus.platform.version>@" */pom.xml */*/pom.xml
./mvnw versions:set-property -Dproperty=quarkus.platform.group-id -DnewVersion=io.quarkus -DgenerateBackupPoms=false
./mvnw versions:set-property -Dproperty=quarkus.platform.version -DnewVersion=3.2.999-SNAPSHOT -DgenerateBackupPoms=false
export LANG=en_US && ./mvnw -e -B -fae --settings .github/mvn-settings.xml clean verify -DskipTests
- name: Upload build reports (if build failed)
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 73ba3bf

Please sign in to comment.