There was an error while loading. Please reload this page.
1 parent 169ee32 commit 00646b9Copy full SHA for 00646b9
RELEASE-checklist.sh
@@ -43,7 +43,10 @@ cd "$RELEASE_CLONE"
43
# mvn release:update-versions puts -SNAPSHOT on the end no matter what
44
# so this is a two step process.
45
export VERSION_PLACEHOLDER=99999999999999-SNAPSHOT
46
-for project in aggregate empiricism; do
+for project in parent aggregate empiricism; do
47
+ mvn -f "$project" install
48
+done
49
50
mvn -f "$project" \
51
release:update-versions \
52
-DautoVersionSubmodules=true \
0 commit comments