We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d50112 commit aca2f46Copy full SHA for aca2f46
1 file changed
protobuf-maven-plugin/src/site/markdown/basic-usage.md
@@ -20,9 +20,9 @@ header of this page.
20
<version>0.0.1-SNAPSHOT</version>
21
22
<properties>
23
- <protobuf.version>4.28.0</protobuf.version>
+ <protobuf.version>4.31.1</protobuf.version>
24
25
- <maven.compiler.release>22</maven.compiler.release>
+ <maven.compiler.release>24</maven.compiler.release>
26
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
27
</properties>
28
@@ -91,7 +91,7 @@ generated protobuf classes.
91
92
---
93
94
-## Migration
+## Migration from other plugins
95
96
[GH-692](https://github.com/ascopes/protobuf-maven-plugin/issues/692) introduced the
97
fallback source directory of `src/main/proto` and `src/test/proto` to be used to
0 commit comments