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 cbcaac5 commit 2deb482Copy full SHA for 2deb482
.github/scripts/change_versions.sh
@@ -11,7 +11,7 @@
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-parent "-DparentVersion=$NEW_VERSION" -DskipResolution=true -DallowSnapshots=true -DgenerateBackupPoms=false
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