We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f4e193 commit a4acb2fCopy full SHA for a4acb2f
.github/workflows/release.yml
@@ -72,6 +72,7 @@ jobs:
72
- name: Bump to snapshot
73
run: |
74
./mvnw -ntp -B versions:set versions:commit -DnextSnapshot=true
75
+ sed -i -e "[email protected]>.*</[email protected]>\${git.commit.author.time}</project.build.outputTimestamp@g" pom.xml
76
git config --global user.email "${{ env.USER_EMAIL }}"
77
git config --global user.name "${{ env.USER_NAME }}"
78
git commit -a -s -m "Bump version to next snapshot"
0 commit comments