From 2adbb42567d9df383bbdd6200106156bbc2d5ecd Mon Sep 17 00:00:00 2001 From: Markus Friedli Date: Sat, 19 Dec 2020 09:56:56 +0100 Subject: [PATCH] Fix maven pom meta data --- .github/workflows/deploy_release.yml | 6 +++--- readme.md => README.md | 0 pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename readme.md => README.md (100%) diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index e5f6872..034338d 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -49,16 +49,16 @@ jobs: run: | git checkout master - - name: Update readme.md + - name: Update README.md run: | - sed -i 's/.*<\/version>/${{ steps.get_version.outputs.VERSION }}<\/version>/g' readme.md + sed -i 's/.*<\/version>/${{ steps.get_version.outputs.VERSION }}<\/version>/g' README.md - name: Commit changes run: | git config --local user.email "action@github.com" git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git add readme.md + git add README.md git commit -m "Update release version to ${{ steps.get_version.outputs.VERSION }}" - name: Push changes uses: ad-m/github-push-action@master diff --git a/readme.md b/README.md similarity index 100% rename from readme.md rename to README.md diff --git a/pom.xml b/pom.xml index 0488687..909a6bb 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ github - ${project.url}/issues + https://github.com/frimtec/jpse/issues @@ -37,7 +37,7 @@ scm:git:git@github.com:frimtec/jpse.git scm:git:git@github.com:frimtec/jpse.git - ${project.url} + https://github.com/frimtec/jpse HEAD