You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2019/03/15 06:57:54 UTC

[pulsar] branch master updated: version not match in protobuf-shaded/pom.xml (#3824)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03830f9  version not match in protobuf-shaded/pom.xml (#3824)
03830f9 is described below

commit 03830f9e4ba8e5ff04b0617fed70e2b55ba6a6f7
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Fri Mar 15 14:57:49 2019 +0800

    version not match in protobuf-shaded/pom.xml (#3824)
    
    change
    `<version>2.3.0-SNAPSHOT</version>`
    into
    `<version>2.4.0-SNAPSHOT</version>`
---
 protobuf-shaded/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/protobuf-shaded/pom.xml b/protobuf-shaded/pom.xml
index 24079a4..f3a2033 100644
--- a/protobuf-shaded/pom.xml
+++ b/protobuf-shaded/pom.xml
@@ -26,7 +26,7 @@
   <parent>
     <groupId>org.apache.pulsar</groupId>
     <artifactId>pulsar</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.4.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>