Skip to content

Commit

Permalink
Bump Confluent to 5.1.0-SNAPSHOT, Kafka to 2.1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzheng committed Jun 6, 2018
1 parent e8df26e commit a97e2b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -57,9 +57,9 @@ def setup(app):
# built documents.
#
# The short X.Y version.
version = '5.0'
version = '5.1'
# The full version, including alpha/beta/rc tags.
release = '5.0.0-SNAPSHOT'
release = '5.1.0-SNAPSHOT'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion licenses.html
Expand Up @@ -55,7 +55,7 @@ <H1> kafka-connect-elasticsearch</H1><br>
<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-5.0.0-SNAPSHOT</A></TD><TD>jar</TD><TD>5.0.0-SNAPSHOT</TD><TD></TD></TR>
<TD><A HREF="${confluent.maven.repo}">kafka-connect-elasticsearch-5.1.0-SNAPSHOT</A></TD><TD>jar</TD><TD>5.1.0-SNAPSHOT</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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>common</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.1.0-SNAPSHOT</version>
</parent>

<groupId>io.confluent</groupId>
Expand Down

0 comments on commit a97e2b0

Please sign in to comment.