Skip to content

Commit 77f991a

Browse files
committed
BAEL-7871: fixing pom issues
1 parent 1de59af commit 77f991a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

apache-fury/pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
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>
@@ -45,16 +46,14 @@
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>

0 commit comments

Comments
 (0)