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

rdhabalia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 439f084  Fix: GLIBC_2.14  dep issue for protoc-3.5.0-linux-x86_64 
(#1914)
439f084 is described below

commit 439f084147065bec2005b2796cd50dc4aecb777e
Author: Rajan Dhabalia <rdhaba...@apache.org>
AuthorDate: Tue Jun 5 13:29:44 2018 -0700

    Fix: GLIBC_2.14  dep issue for protoc-3.5.0-linux-x86_64 (#1914)
---
 managed-ledger/pom.xml         | 2 +-
 pom.xml                        | 1 +
 pulsar-broker/pom.xml          | 2 +-
 pulsar-functions/proto/pom.xml | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/managed-ledger/pom.xml b/managed-ledger/pom.xml
index 9ee8570..98f86b2 100644
--- a/managed-ledger/pom.xml
+++ b/managed-ledger/pom.xml
@@ -116,7 +116,7 @@
         <artifactId>protobuf-maven-plugin</artifactId>
         <version>${protobuf-maven-plugin.version}</version>
         <configuration>
-          
<protocArtifact>com.google.protobuf:protoc:${protobuf3.version}:exe:${os.detected.classifier}</protocArtifact>
+          
<protocArtifact>com.google.protobuf:protoc:${protoc3.version}:exe:${os.detected.classifier}</protocArtifact>
           <checkStaleness>true</checkStaleness>
         </configuration>
         <executions>
diff --git a/pom.xml b/pom.xml
index b6be868..17674b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,6 +141,7 @@ flexible messaging model and an intuitive client 
API.</description>
     <jboss-reflect.version>2.2.1.SP1</jboss-reflect.version>
     <protobuf2.version>2.4.1</protobuf2.version>
     <protobuf3.version>3.5.1</protobuf3.version>
+    <protoc3.version>3.5.1-1</protoc3.version>
     <grpc.version>1.12.0</grpc.version>
     <protoc-gen-grpc-java.version>1.0.0</protoc-gen-grpc-java.version>
     <gson.version>2.8.2</gson.version>
diff --git a/pulsar-broker/pom.xml b/pulsar-broker/pom.xml
index a23e76f..dd4118d 100644
--- a/pulsar-broker/pom.xml
+++ b/pulsar-broker/pom.xml
@@ -319,7 +319,7 @@
         <artifactId>protobuf-maven-plugin</artifactId>
         <version>${protobuf-maven-plugin.version}</version>
         <configuration>
-          
<protocArtifact>com.google.protobuf:protoc:${protobuf3.version}:exe:${os.detected.classifier}</protocArtifact>
+          
<protocArtifact>com.google.protobuf:protoc:${protoc3.version}:exe:${os.detected.classifier}</protocArtifact>
           <checkStaleness>true</checkStaleness>
         </configuration>
         <executions>
diff --git a/pulsar-functions/proto/pom.xml b/pulsar-functions/proto/pom.xml
index 38fca3e..aedb447 100644
--- a/pulsar-functions/proto/pom.xml
+++ b/pulsar-functions/proto/pom.xml
@@ -61,7 +61,7 @@
                 <artifactId>protobuf-maven-plugin</artifactId>
                 <version>${protobuf-maven-plugin.version}</version>
                 <configuration>
-                    
<protocArtifact>com.google.protobuf:protoc:${protobuf3.version}:exe:${os.detected.classifier}</protocArtifact>
+                    
<protocArtifact>com.google.protobuf:protoc:${protoc3.version}:exe:${os.detected.classifier}</protocArtifact>
                     <checkStaleness>true</checkStaleness>
                     <pluginId>grpc-java</pluginId>
                     
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${protoc-gen-grpc-java.version}:exe:${os.detected.classifier}</pluginArtifact>

-- 
To stop receiving notification emails like this one, please contact
rdhaba...@apache.org.

Reply via email to