Skip to content

Commit

Permalink
Use single variable for compiler and runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 7, 2024
1 parent f427d74 commit 5050528
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<protoc.version>4.28.3</protoc.version>
<protobuf.version>4.28.3</protobuf.version>
</properties>

<build>
Expand Down Expand Up @@ -70,7 +70,7 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:${protoc.version}:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>4.28.3</version>
<version>${protobuf.version}</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 5050528

Please sign in to comment.