Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierlemee committed Jun 18, 2024
1 parent 45e33dd commit f576601
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/java-prototypes-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,6 @@ jobs:
echo "Set the project artifacts version in pom files"
mvn -B -DgenerateBackupPoms=true -DprocessAllModules=true versions:set -DnewVersion=${{ env.RELEASE_NAME }}
mvn --batch-mode --update-snapshots --show-version -Drevision=${{ env.RELEASE_NAME }} --fail-fast --file pom.xml clean install -Dmaven.test.skip=true
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_OSS_REPO_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_OSS_REPO_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
# Prepare a release for remote repository installation (published in place of old equals release name in remote repository, reviewed or not)
# Publish release of parent pom.xml and sub-projects (reusable by other development) that potentially replace previous equals version named
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/techstack-demonstrator-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ jobs:
echo "Set the demonstrators line version"
mvn -B -DgenerateBackupPoms=true -DprocessAllModules=true versions:set -DnewVersion=${{ env.RELEASE_NAME }}
mvn --batch-mode --update-snapshots --show-version -Drevision=${{ env.RELEASE_NAME }} --fail-fast --file pom.xml clean install -Dmaven.test.skip=true
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_OSS_REPO_USERNAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_OSS_REPO_PASSWORD }}
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
# Prepare a release for remote repository installation (published in place of old equals release name in remote repository, reviewed or not)
# Publish release of Maven pom.xml (reusable by other development) that potentially replace previous equals version named
Expand Down

0 comments on commit f576601

Please sign in to comment.