Skip to content

Commit

Permalink
Bump Confluent to 3.3.0-SNAPSHOT, Kafka to 0.10.3.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  - Automatic commit via:
    tbr apply-feature-freeze -e prod --no-dry-run PLATFORM
  • Loading branch information
Alex Ayars committed Jan 25, 2017
1 parent 14d13a5 commit 2c6cb17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(app):
# The short X.Y version.
version = '3.2'
# The full version, including alpha/beta/rc tags.
release = '3.2.0-SNAPSHOT'
release = '3.3.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
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <H1> kafka-connect-jdbc</H1><br>
</THEAD>
<TBODY>
<TR>
<TD><A HREF="http://confluent.io">kafka-connect-jdbc-3.2.0-SNAPSHOT</A></TD><TD>jar</TD><TD>3.2.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://confluent.io">kafka-connect-jdbc-3.3.0-SNAPSHOT</A></TD><TD>jar</TD><TD>3.3.0-SNAPSHOT</TD><TD><A HREF="http://www.apache.org/licenses/LICENSE-2.0.html">Apache 2.0</A><br></TD></TR>
<TR>
<TD>postgresql-9.4-1206-jdbc41</TD><TD>jar</TD><TD>9.4.0.build-1206</TD><TD><A HREF="http://www.postgresql.org/about/licence/">link from artifact (META-INF/MANIFEST.MF)</A><br></TD></TR>
<TR>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
</scm>

<properties>
<confluent.version>3.2.0-SNAPSHOT</confluent.version>
<kafka.version>0.10.2.0-SNAPSHOT</kafka.version>
<confluent.version>3.3.0-SNAPSHOT</confluent.version>
<kafka.version>0.10.3.0-SNAPSHOT</kafka.version>
<junit.version>4.12</junit.version>
<easymock.version>3.0</easymock.version>
<powermock.version>1.6.2</powermock.version>
<derby.version>10.11.1.1</derby.version>
<commons-io.version>2.4</commons-io.version>
<mockito.version>1.10.19</mockito.version>
<slf4j.version>1.7.5</slf4j.version>
<licenses.version>3.2.0-SNAPSHOT</licenses.version>
<licenses.version>3.3.0-SNAPSHOT</licenses.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<confluent.maven.repo>http://packages.confluent.io/maven/</confluent.maven.repo>
</properties>
Expand Down

0 comments on commit 2c6cb17

Please sign in to comment.