aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCarl Mastrangelo <notcarl@google.com>2017-07-18 10:44:37 -0700
committerGitHub <noreply@github.com>2017-07-18 10:44:37 -0700
commit2175004363ce2265ac8dba81d2a5db793a98b929 (patch)
treebc44c78ad3445d61e3693e38cd4bf182e0306cd2 /README.md
parent84fce477c20c202cb0f43399ae6fe49289425756 (diff)
downloadgrpc-grpc-java-2175004363ce2265ac8dba81d2a5db793a98b929.tar.gz
all: recommend latest os maven detector
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 440877fce..10361fa2d 100644
--- a/README.md
+++ b/README.md
@@ -76,7 +76,7 @@ For protobuf-based codegen integrated with the Maven build system, you can use
<extension>
<groupId>kr.motd.maven</groupId>
<artifactId>os-maven-plugin</artifactId>
- <version>1.4.1.Final</version>
+ <version>1.5.0.Final</version>
</extension>
</extensions>
<plugins>