Skip to content

Commit

Permalink
Bump master to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Dec 23, 2020
1 parent 1a29ba1 commit 5aa42ca
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana-examples</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<parent>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/scala_2.12/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana_2.12</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>

<parent>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/scala_2.13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana_2.13</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>

<parent>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit 5aa42ca

Please sign in to comment.