Skip to content

Commit

Permalink
update build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
codefollower committed Jan 1, 2024
1 parent c0ed919 commit edbd8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ set VERSION=%2
if /i "%VERSION%" == "" goto usage
call mvn versions:set -DnewVersion=%VERSION%
call mvn versions:commit
set VERSION_FILE=lealone-common\src\main\resources\org\lealone\common\resources\version.properties
set VERSION_FILE=lealone-common\src\main\resources\com\lealone\common\resources\version.properties
echo lealoneVersion=%VERSION%>%VERSION_FILE%
echo buildDate=%date:~0,4%-%date:~5,2%-%date:~8,2%>>%VERSION_FILE%
goto end
Expand Down

0 comments on commit edbd8a8

Please sign in to comment.