Skip to content

Commit 3d282d0

Browse files
committed
Bump Confluent to 3.3.4-SNAPSHOT, Kafka to 0.11.0.4-SNAPSHOT
1 parent c81b245 commit 3d282d0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def setup(app):
5959
# The short X.Y version.
6060
version = '3.3'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.3.3-SNAPSHOT'
62+
release = '3.3.4-SNAPSHOT'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

licenses.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <H1> kafka-connect-elasticsearch</H1><br>
5555
<TR>
5656
<TD><A HREF="https://github.com/searchbox-io/Jest">jest-common-2.0.0</A></TD><TD>jar</TD><TD>2.0.0</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</A><br></TD></TR>
5757
<TR>
58-
<TD><A HREF="${confluent.maven.repo}">kafka-connect-elasticsearch-3.3.3-SNAPSHOT</A></TD><TD>jar</TD><TD>3.3.3-SNAPSHOT</TD><TD></TD></TR>
58+
<TD><A HREF="${confluent.maven.repo}">kafka-connect-elasticsearch-3.3.4-SNAPSHOT</A></TD><TD>jar</TD><TD>3.3.4-SNAPSHOT</TD><TD></TD></TR>
5959
<TR>
6060
<TD><A HREF="http://www.slf4j.org">slf4j-simple-1.7.5</A></TD><TD>jar</TD><TD>1.7.5</TD><TD></TD></TR>
6161
</TBODY>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
<groupId>io.confluent</groupId>
88
<artifactId>kafka-connect-elasticsearch</artifactId>
9-
<version>3.3.3-SNAPSHOT</version>
9+
<version>3.3.4-SNAPSHOT</version>
1010

1111
<properties>
12-
<confluent.version>3.3.3-SNAPSHOT</confluent.version>
12+
<confluent.version>3.3.4-SNAPSHOT</confluent.version>
1313
<kafka.version>0.11.0.4-SNAPSHOT</kafka.version>
1414
<junit.version>4.12</junit.version>
1515
<es.version>2.4.1</es.version>
@@ -18,7 +18,7 @@
1818
<jna.version>4.2.1</jna.version>
1919
<hamcrest.version>2.0.0.0</hamcrest.version>
2020
<jest.version>2.0.0</jest.version>
21-
<licenses.version>3.3.3-SNAPSHOT</licenses.version>
21+
<licenses.version>3.3.4-SNAPSHOT</licenses.version>
2222
<confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
2323
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
2424
<maven-project-info-reports-plugin.version>2.9</maven-project-info-reports-plugin.version>

0 commit comments

Comments
 (0)