Skip to content

Commit f3c9829

Browse files
author
Alex Ayars
committed
Bump Confluent to 3.1.3-SNAPSHOT
- Automatic commit via: pint bump-deps --confluent-version 3.1.3-SNAPSHOT --branch 3.1.x -e prod PLATFORM --no-dry-run
1 parent 625ef92 commit f3c9829

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.1.0-SNAPSHOT'
62+
release = '3.1.3-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.1.0-SNAPSHOT</A></TD><TD>jar</TD><TD>3.1.0-SNAPSHOT</TD><TD></TD></TR>
58+
<TD><A HREF="${confluent.maven.repo}">kafka-connect-elasticsearch-3.1.3-SNAPSHOT</A></TD><TD>jar</TD><TD>3.1.3-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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<version>3.1.3-SNAPSHOT</version>
1010

1111
<properties>
12-
<confluent.version>3.1.2-SNAPSHOT</confluent.version>
12+
<confluent.version>3.1.3-SNAPSHOT</confluent.version>
1313
<kafka.version>0.10.1.1-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.1.2-SNAPSHOT</licenses.version>
21+
<licenses.version>3.1.3-SNAPSHOT</licenses.version>
2222
<confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
2323
</properties>
2424

0 commit comments

Comments
 (0)