This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 31b5475cd8 [MINOR] Add protobuf parameter for consistency
31b5475cd8 is described below

commit 31b5475cd84ba224b78609c00096b3651f2d8cab
Author: Janardhan Pulivarthi <[email protected]>
AuthorDate: Sun May 22 07:20:43 2022 +0530

    [MINOR] Add protobuf parameter for consistency
    
    - Use a protobuf.version consistent naming across the pom definition.
    
    Closes  #1621.
---
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index fc69f16f09..12d33123e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,7 @@
                <hadoop.version>3.3.1</hadoop.version>
                <!-- Consistant with spark -->
                <antlr.version>4.8</antlr.version>
+               <protobuf.version>3.20.1</protobuf.version>
                <spark.version>3.2.0</spark.version>
                <scala.version>2.12.0</scala.version>
                <scala.binary.version>2.12</scala.binary.version>
@@ -304,7 +305,7 @@
                                                <configuration>
                                                        <!-- protoc binaries to 
be picked up from
                                                          
https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/ -->
-                                                       
<protocVersion>3.20.1</protocVersion>
+                                                       
<protocVersion>${protobuf.version}</protocVersion>
                                                        <inputDirectories>
                                                                
<include>src/main/resources/protobuf</include>
                                                        </inputDirectories>
@@ -1166,13 +1167,13 @@
                <dependency>
                        <groupId>com.google.protobuf</groupId>
                        <artifactId>protobuf-java</artifactId>
-                       <version>3.20.1</version>
+                       <version>${protobuf.version}</version>
                </dependency>
 
                <dependency>
                        <groupId>com.google.protobuf</groupId>
                        <artifactId>protobuf-java-util</artifactId>
-                       <version>3.20.1</version>
+                       <version>${protobuf.version}</version>
                </dependency>
 
                <dependency>

Reply via email to