Skip to content

Commit

Permalink
fix update-maintenance-badge goal
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Hoß <mail@shoss.de>
  • Loading branch information
sebhoss committed Jan 8, 2017
1 parent 6899b83 commit 33191c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ update-parent: ##@maintenance Updates the Maven parent to its latest version
update-maintenance-badge: ##@maintenance Updates the maintenance badge to the current year
sed -i -e "s/maintenance\/yes\/[0-9]*/maintenance\/yes\/$(CURRENT_YEAR)/" README.asciidoc
git add README.asciidoc
git commit pom.xml -s -S -m 'Update maintenance badge'
git commit README.asciidoc -s -S -m 'Update maintenance badge'

.PHONY: release-into-local-nexus
release-into-local-nexus: ##@release Release all artifacts into a local nexus
Expand Down

0 comments on commit 33191c2

Please sign in to comment.