Skip to content

Commit

Permalink
gh-2378 updated references (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
d47853 authored Jan 14, 2021
1 parent 95cd5b9 commit f988697
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
KORYPHE_POM_VERSION=$(mvn -q help:evaluate -Dexpression=koryphe.version -DforceStdout)
mvn versions:set -DnewVersion=$RELEASE_VERSION -DgenerateBackupPoms=false
sed -i'' -e "s/^gaffer.version=.*/gaffer.version=$RELEASE_VERSION/" rest-api/core-rest/src/main/resources/version.properties
sed -i'' -e "s/^koryphe.version=.*/koryphe.version=$KORYPHE_POM_VERSION/" rest-api/core-rest/src/main/resources/version.properties
sed -i'' -e "s/^gaffer.version=.*/gaffer.version=$RELEASE_VERSION/" rest-api/common-rest/src/main/resources/version.properties
sed -i'' -e "s/^koryphe.version=.*/koryphe.version=$KORYPHE_POM_VERSION/" rest-api/common-rest/src/main/resources/version.properties
- name: Push changes
run: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Set version
run: echo "RELEASE_VERSION=$(echo ${{ github.event.milestone.title }} | cut -c 2-)" >> $GITHUB_ENV

- name: Upload Javadoc
run: |
git remote set-branches --add origin gh-pages
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
git merge origin/master
mvn release:update-versions -B
NEW_GAFFER_VERSION=$(mvn -q help:evaluate -DforceStdout -Dexpression=pom.version)
sed -i'' -e "s/^gaffer.version=.*/gaffer.version=$NEW_GAFFER_VERSION/" rest-api/core-rest/src/main/resources/version.properties
sed -i'' -e "s/^gaffer.version=.*/gaffer.version=$NEW_GAFFER_VERSION/" rest-api/common-rest/src/main/resources/version.properties
git commit -a -m "prepare for next development iteration"
git push
Expand Down

0 comments on commit f988697

Please sign in to comment.