We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e88c2 + ec50b0c commit 7cc4d9aCopy full SHA for 7cc4d9a
1 file changed
.github/workflows/maven.yml
@@ -85,6 +85,7 @@ jobs:
85
86
echo "Bumping version: $CURRENT_VERSION -> $NEW_VERSION"
87
mvn versions:set -DnewVersion=$NEW_VERSION
88
+ mvn versions:set -DnewVersion=$NEW_VERSION -pl flyway-community-db-support-archetype
89
90
git add '*pom.xml'
91
git commit -m "Bump Flyway Community DB Support to $NEW_VERSION"
0 commit comments