Skip to content

Commit

Permalink
bump snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 13, 2021
1 parent 055440f commit a02b16a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keyword.

You must have `protoc` binary installed in your system and have to download `protoc-gen-java-optional` executable based on
platform from GitHub [releases](https://github.com/Fadelis/protoc-gen-java-optional/releases)
or at `Files` section in [maven-central](https://mvnrepository.com/artifact/org.grpcmock/protoc-gen-java-optional/1.3.0).
or at `Files` section in [maven-central](https://mvnrepository.com/artifact/org.grpcmock/protoc-gen-java-optional/1.4.0).

With defaults:

Expand Down Expand Up @@ -57,7 +57,7 @@ protoc --proto-path=./protos/ --java_out=./out/directory --plugin=protoc-gen-jav
<id>java-optional</id>
<groupId>org.grpcmock</groupId>
<artifactId>protoc-gen-java-optional</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
<mainClass>org.grpcmock.protoc.plugin.OptionalGenerator</mainClass>
</protocPlugin>
</protocPlugins>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.grpcmock</groupId>
<artifactId>protoc</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-java-optional-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>protoc</artifactId>
<groupId>org.grpcmock</groupId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion protoc-gen-java-optional/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.grpcmock</groupId>
<artifactId>protoc</artifactId>
<version>1.3.1-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>protoc-gen-java-optional</artifactId>
Expand Down

0 comments on commit a02b16a

Please sign in to comment.