Skip to content

Commit

Permalink
Bump Confluent to 6.0.0-SNAPSHOT, Kafka to 6.0.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewegel committed Feb 7, 2020
1 parent 59bafb0 commit 174e62b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions kafka-connect-s3/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,25 +57,25 @@ <H1> kafka-connect-s3</H1><br>
<TR>
<TD><A HREF="http://commons.apache.org/proper/commons-logging/">commons-logging-1.1.3</A></TD><TD>jar</TD><TD>1.1.3</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.txt">Apache 2.0</A><br></TD></TR>
<TR>
<TD>common-config-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>common-config-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD>common-utils-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>common-utils-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">kafka-avro-serializer-5.5.0-SNAPSHOT</A></TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">kafka-avro-serializer-6.0.0-SNAPSHOT</A></TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">kafka-connect-avro-converter-5.5.0-SNAPSHOT</A></TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">kafka-connect-avro-converter-6.0.0-SNAPSHOT</A></TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TR>
<TD>kafka-connect-s3-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-connect-s3-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD>kafka-connect-storage-common-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-connect-storage-common-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD>kafka-connect-storage-core-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-connect-storage-core-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD>kafka-connect-storage-format-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-connect-storage-format-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD>kafka-connect-storage-partitioner-5.5.0-SNAPSHOT</TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD></TD></TR>
<TD>kafka-connect-storage-partitioner-6.0.0-SNAPSHOT</TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD></TD></TR>
<TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">kafka-schema-registry-client-5.5.0-SNAPSHOT</A></TD><TD>jar</TD><TD>5.5.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">kafka-schema-registry-client-6.0.0-SNAPSHOT</A></TD><TD>jar</TD><TD>6.0.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TR>
<TD><A HREF="http://netty.io/">netty-3.10.6.Final</A></TD><TD>jar</TD><TD>3.10.6.Final</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</A><br></TD></TR>
<TR>
Expand Down
2 changes: 1 addition & 1 deletion kafka-connect-s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-storage-cloud</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<artifactId>kafka-connect-s3</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>io.confluent</groupId>
<artifactId>kafka-connect-storage-common-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>6.0.0-SNAPSHOT</version>
</parent>

<groupId>io.confluent</groupId>
Expand Down Expand Up @@ -60,7 +60,7 @@

<properties>
<confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
<licenses.version>5.5.0-SNAPSHOT</licenses.version>
<licenses.version>6.0.0-SNAPSHOT</licenses.version>
<checkstyle.suppressions.location>checkstyle/suppressions.xml</checkstyle.suppressions.location>
<hadoop.version>2.7.7</hadoop.version>
</properties>
Expand Down

0 comments on commit 174e62b

Please sign in to comment.