Skip to content

Commit 00646b9

Browse files
committed
update the parent project version when cutting a release
1 parent 169ee32 commit 00646b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

RELEASE-checklist.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ cd "$RELEASE_CLONE"
4343
# mvn release:update-versions puts -SNAPSHOT on the end no matter what
4444
# so this is a two step process.
4545
export VERSION_PLACEHOLDER=99999999999999-SNAPSHOT
46-
for project in aggregate empiricism; do
46+
for project in parent aggregate empiricism; do
47+
mvn -f "$project" install
48+
done
49+
for project in parent aggregate empiricism; do
4750
mvn -f "$project" \
4851
release:update-versions \
4952
-DautoVersionSubmodules=true \

0 commit comments

Comments
 (0)