Commit cbd634c4 authored by Alex Ayars's avatar Alex Ayars
Browse files

Set Confluent to 3.2.0, Kafka to 0.10.2.0-cp1.

  - Automatic commit via:
    tbr apply-rc-tag --rc 6 --confluent-patch 1 -e prod PLATFORM --no-dry-run
parent 362b921b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ copyright = u'2016, Confluent, Inc.'
# The short X.Y version.
version = '3.2'
# The full version, including alpha/beta/rc tags.
release = '3.2.0-SNAPSHOT'
release = '3.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
+1 −1
Original line number Diff line number Diff line
@@ -55,7 +55,7 @@ th {
<TR>
<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>
<TR>
<TD><A HREF="${confluent.maven.repo}">kafka-connect-elasticsearch-3.2.0-SNAPSHOT</A></TD><TD>jar</TD><TD>3.2.0-SNAPSHOT</TD><TD></TD></TR>
<TD><A HREF="${confluent.maven.repo}">kafka-connect-elasticsearch-3.2.0</A></TD><TD>jar</TD><TD>3.2.0</TD><TD></TD></TR>
<TR>
<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>
</TBODY>
+4 −4
Original line number Diff line number Diff line
@@ -6,11 +6,11 @@

    <groupId>io.confluent</groupId>
    <artifactId>kafka-connect-elasticsearch</artifactId>
    <version>3.2.0-SNAPSHOT</version>
    <version>3.2.0</version>

    <properties>
        <confluent.version>3.2.0-SNAPSHOT</confluent.version>
        <kafka.version>0.10.2.0-SNAPSHOT</kafka.version>
        <confluent.version>3.2.0</confluent.version>
        <kafka.version>0.10.2.0-cp1</kafka.version>
        <junit.version>4.12</junit.version>
        <es.version>2.4.1</es.version>
        <lucene.version>5.5.2</lucene.version>
@@ -18,7 +18,7 @@
        <jna.version>4.2.1</jna.version>
        <hamcrest.version>2.0.0.0</hamcrest.version>
        <jest.version>2.0.0</jest.version>
        <licenses.version>3.2.0-SNAPSHOT</licenses.version>
        <licenses.version>3.2.0</licenses.version>
        <confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
    </properties>