File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6363 export GITHUB_TAG=${GITHUB_REF##*/}
6464 export NEW_SNAPSHOT_VERSION=${GITHUB_TAG%%${GITHUB_TAG##*[!0-9]}}$((${GITHUB_TAG##*[!0-9]} + 1))-SNAPSHOT
6565 sed -i "s/<version>[0-9.]*<\/version>/<version>$GITHUB_TAG<\/version>/" README.md
66+ sed -i "s/protoc-gen-java-optional\/[0-9.]+)/protoc-gen-java-optional\/$GITHUB_TAG)/" README.md
6667 mvn versions:set -DgenerateBackupPoms=false -DnewVersion=$NEW_SNAPSHOT_VERSION
6768
6869 - name : Commit snapshot version bump
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ keyword.
1010
1111You must have ` protoc ` binary installed in your system and have to download ` protoc-gen-java-optional ` executable based on
1212platform from GitHub [ releases] ( https://github.com/Fadelis/protoc-gen-java-optional/releases )
13- or [ maven-central] ( ) .
13+ or at ` Files ` section in [ maven-central] ( https://mvnrepository.com/artifact/org.grpcmock/protoc-gen-java-optional/1.0.0 ) .
1414
1515With defaults:
1616
You can’t perform that action at this time.
0 commit comments