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 e1dddf5 commit 5b65cf7Copy full SHA for 5b65cf7
.github/scripts/change_versions.sh
@@ -10,7 +10,8 @@
10
# as scanning the text of the POM would be unreliable.
11
echo " New version: $NEW_VERSION"
12
echo " New Python Version: $NEW_VERSION_PYTHON"
13
+mvn clean install -Dquickly
14
mvn versions:update-parent "-DparentVersion=[$NEW_VERSION,$NEW_VERSION]" -DallowSnapshots=true -DgenerateBackupPoms=false
-mvn versions:update-child-modules
15
+mvn versions:update-child-modules -DallowSnapshots=true -DgenerateBackupPoms=false
16
sed -i "s/^timefold_solver_python_version.*=.*/timefold_solver_python_version = '$NEW_VERSION_PYTHON'/" setup.py
17
git commit -am "build: switch to version $NEW_VERSION_PYTHON"
0 commit comments