Skip to content

Commit 42ae3e8

Browse files
committed
update mvnrepository link
1 parent c33f8ba commit 42ae3e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release_pipeline.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keyword.
1010

1111
You must have `protoc` binary installed in your system and have to download `protoc-gen-java-optional` executable based on
1212
platform 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

1515
With defaults:
1616

0 commit comments

Comments
 (0)