Skip to content

Commit 436abdf

Browse files
committed
Remove version placeholders in examples
1 parent 41f345e commit 436abdf

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

protobuf-maven-plugin/src/site/markdown/examples.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ For generating gRPC stubs for Java, you can use the official gRPC Java plugin:
1818
<plugin>
1919
<groupId>io.github.ascopes</groupId>
2020
<artifactId>protobuf-maven-plugin</artifactId>
21-
<version>%VERSION%</version>
2221

2322
<configuration>
2423
<protocVersion>${protobuf.version}</protocVersion>
@@ -203,7 +202,7 @@ This example shows how to generate JavaScript/TypeScript client code for a gRPC
203202
<plugin>
204203
<groupId>io.github.ascopes</groupId>
205204
<artifactId>protobuf-maven-plugin</artifactId>
206-
<version>%VERSION%</version>
205+
207206
<configuration>
208207
<protocVersion>${protobuf.version}</protocVersion>
209208
<javaEnabled>false</javaEnabled>

0 commit comments

Comments
 (0)