Upgrade maven-os-plugin in README

Upgrade `os-maven-plugin` to 1.4.0, which fixes a bug with
running in Intellij IDEA with a bundled Maven version (3.0.5).

See https://github.com/trustin/os-maven-plugin/issues/5
This commit is contained in:
Artem Prigoda 2015-09-16 22:52:26 +03:00
parent 1e1d53b78f
commit 24c398ed1c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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.2.3.Final</version>
<version>1.4.0.Final</version>
</extension>
</extensions>
<plugins>