Skip to content

Commit 3040ecd

Browse files
authored
Update timestamp expression after release (#80)
Signed-off-by: Andres Almiray <aalmiray@gmail.com>
1 parent 9f4e193 commit 3040ecd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ jobs:
7272
- name: Bump to snapshot
7373
run: |
7474
./mvnw -ntp -B versions:set versions:commit -DnextSnapshot=true
75+
sed -i -e "s@project.build.outputTimestamp>.*</project.build.outputTimestamp@project.build.outputTimestamp>\${git.commit.author.time}</project.build.outputTimestamp@g" pom.xml
7576
git config --global user.email "${{ env.USER_EMAIL }}"
7677
git config --global user.name "${{ env.USER_NAME }}"
7778
git commit -a -s -m "Bump version to next snapshot"

0 commit comments

Comments
 (0)