Skip to content

Commit aca2f46

Browse files
authored
Update basic-usage.md with newer versions in examples
1 parent 9d50112 commit aca2f46

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

protobuf-maven-plugin/src/site/markdown/basic-usage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ header of this page.
2020
<version>0.0.1-SNAPSHOT</version>
2121

2222
<properties>
23-
<protobuf.version>4.28.0</protobuf.version>
23+
<protobuf.version>4.31.1</protobuf.version>
2424

25-
<maven.compiler.release>22</maven.compiler.release>
25+
<maven.compiler.release>24</maven.compiler.release>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
</properties>
2828

@@ -91,7 +91,7 @@ generated protobuf classes.
9191

9292
---
9393

94-
## Migration
94+
## Migration from other plugins
9595

9696
[GH-692](https://github.com/ascopes/protobuf-maven-plugin/issues/692) introduced the
9797
fallback source directory of `src/main/proto` and `src/test/proto` to be used to

0 commit comments

Comments
 (0)