This is an automated email from the ASF dual-hosted git repository.
mmerli 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 e235233 Fixed protobuf-shaded/pom.xml with correct version (#3096)
e235233 is described below
commit e23523325d80c086eba0bcf0a97dde4af59b35a4
Author: Matteo Merli <[email protected]>
AuthorDate: Thu Nov 29 17:16:21 2018 -0800
Fixed protobuf-shaded/pom.xml with correct version (#3096)
---
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 042538b..2766b92 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.2.0-SNAPSHOT</version>
+ <version>2.3.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>