Skip to content

Commit

Permalink
Bumped snapshot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vsethi09 committed Oct 11, 2022
1 parent 776f434 commit 4c1f4b1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kafka-plugins-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion kafka-plugins-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>kafka-plugins</artifactId>
<groupId>io.cdap.plugin</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>io.cdap.plugin</groupId>
<artifactId>kafka-plugins</artifactId>
<packaging>pom</packaging>
<version>3.1.0-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<description>Plugins for Apache Kafka</description>
<url>https://github.com/data-integrations/kafka-plugins</url>

Expand Down Expand Up @@ -81,8 +81,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cdap.version>6.8.0-SNAPSHOT</cdap.version>
<cdap.plugin.version>2.10.0-SNAPSHOT</cdap.plugin.version>
<cdap.version>6.9.0-SNAPSHOT</cdap.version>
<cdap.plugin.version>2.11.0-SNAPSHOT</cdap.plugin.version>
<spark3.version>3.1.2</spark3.version>
<widgets.dir>widgets</widgets.dir>
<docs.dir>docs</docs.dir>
Expand Down

0 comments on commit 4c1f4b1

Please sign in to comment.