This is an automated email from the ASF dual-hosted git repository. mmerli pushed a commit to branch merlimat-patch-3 in repository https://gitbox.apache.org/repos/asf/pulsar.git
commit 7a17170ab4e7d4e45df8aff7c0552f3b6522f03b Author: Matteo Merli <[email protected]> AuthorDate: Thu Nov 29 13:12:13 2018 -0800 Fixed protobuf-shaded/pom.xml with correct 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 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>
