Local install before changing version

pull/6628/head
Tomo Suzuki 5 years ago
parent 7f520092d9
commit f460c178fe
  1. 3
      tests.sh

@ -252,6 +252,9 @@ build_java_linkage_monitor() {
# Example: "3.9.0" (without 'rc')
VERSION=`grep '<version>' pom.xml |head -1 |perl -nle 'print $1 if m/<version>(\d+\.\d+.\d+)/'`
cd bom
# This local installation avoids the problem caused by a new version not yet in Maven Central
# https://github.com/protocolbuffers/protobuf/issues/6627
mvn install
$MVN versions:set -DnewVersion=${VERSION}-SNAPSHOT
cd ..
$MVN versions:set -DnewVersion=${VERSION}-SNAPSHOT

Loading…
Cancel
Save