Skip to content

Commit

Permalink
Fix maven pom meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
frimtec committed Dec 19, 2020
1 parent 43997ab commit 2adbb42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ jobs:
run: |
git checkout master
- name: Update readme.md
- name: Update README.md
run: |
sed -i 's/<version>.*<\/version>/<version>${{ steps.get_version.outputs.VERSION }}<\/version>/g' readme.md
sed -i 's/<version>.*<\/version>/<version>${{ steps.get_version.outputs.VERSION }}<\/version>/g' README.md
- name: Commit changes
run: |
git config --local user.email "[email protected]"
git config --local user.email "[email protected]"
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
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</licenses>
<issueManagement>
<system>github</system>
<url>${project.url}/issues</url>
<url>https://github.com/frimtec/jpse/issues</url>
</issueManagement>

<developers>
Expand All @@ -37,7 +37,7 @@
<connection>scm:git:[email protected]:frimtec/jpse.git</connection>
<developerConnection>scm:git:[email protected]:frimtec/jpse.git
</developerConnection>
<url>${project.url}</url>
<url>https://github.com/frimtec/jpse</url>
<tag>HEAD</tag>
</scm>

Expand Down

0 comments on commit 2adbb42

Please sign in to comment.