Skip to content

Commit

Permalink
version not match in protobuf-shaded/pom.xml (apache#3824)
Browse files Browse the repository at this point in the history
change
`<version>2.3.0-SNAPSHOT</version>` 
into 
`<version>2.4.0-SNAPSHOT</version>`
  • Loading branch information
jiazhai authored and sijie committed Mar 15, 2019
1 parent d47ade8 commit 03830f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protobuf-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 03830f9

Please sign in to comment.