We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4813bdc commit 4fd3169Copy full SHA for 4fd3169
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>com.yahoo.bullet</groupId>
6
<artifactId>bullet-pulsar</artifactId>
7
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<name>bullet-pulsar</name>
10
@@ -51,7 +51,7 @@
51
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
52
<maven.compiler.source>1.8</maven.compiler.source>
53
<maven.compiler.target>1.8</maven.compiler.target>
54
- <bullet.core.version>1.4.4</bullet.core.version>
+ <bullet.core.version>1.5.0</bullet.core.version>
55
<pulsar.client.version>2.2.1</pulsar.client.version>
56
</properties>
57
0 commit comments