File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3636 <apache-fury .version>0.5.0</apache-fury .version>
3737 <avro .version>1.11.3</avro .version>
3838 <protobuff .version>4.27.0</protobuff .version>
39+ <protobuf .plugin.version>2.1.1</protobuf .plugin.version>
3940 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4041 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4142 </properties >
4546 <plugin >
4647 <groupId >io.github.ascopes</groupId >
4748 <artifactId >protobuf-maven-plugin</artifactId >
48- <version >2.1.1</version >
49-
49+ <version >${protobuf.plugin.version} </version >
5050 <configuration >
51- <protocVersion >4.27.0 </protocVersion >
51+ <protocVersion >${protobuff.version} </protocVersion >
5252 <sourceDirectories >
5353 <sourceDirectory >src/main/resources</sourceDirectory >
5454
5555 </sourceDirectories >
5656 </configuration >
57-
5857 <executions >
5958 <execution >
6059 <goals >
You can’t perform that action at this time.
0 commit comments