File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 11
11
echo " New version: $NEW_VERSION "
12
12
echo " New Python Version: $NEW_VERSION_PYTHON "
13
13
mvn versions:update-parent " -DparentVersion=[$NEW_VERSION ,$NEW_VERSION ]" -DallowSnapshots=true -DgenerateBackupPoms=false
14
- (
15
- cd jpyinterpreter ||
16
- mvn versions:update-parent " -DparentVersion=[$NEW_VERSION ,$NEW_VERSION ]" -DallowSnapshots=true -DgenerateBackupPoms=false
17
- )
18
- (
19
- cd timefold-solver-python-core ||
20
- mvn versions:update-parent " -DparentVersion=[$NEW_VERSION ,$NEW_VERSION ]" -DallowSnapshots=true -DgenerateBackupPoms=false
21
- )
14
+ mvn versions:update-child-modules
22
15
sed -i " s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '$NEW_VERSION_PYTHON '/" setup.py
23
16
git commit -am " build: switch to version $NEW_VERSION_PYTHON "
You can’t perform that action at this time.
0 commit comments