Skip to content

Commit

Permalink
Bump master to 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elakito committed Nov 2, 2021
1 parent ab0713f commit 2fa0e60
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.2-SNAPSHOT</version>
<version>0.9.2</version>
<packaging>pom</packaging>

<parent>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>

<parent>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>

<parent>
<groupId>com.sap.kafka.connect</groupId>
<artifactId>kafka-connector-hana</artifactId>
<version>0.9.2-SNAPSHOT</version>
<version>0.9.2</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.2-SNAPSHOT</version>
<version>0.9.2</version>
<packaging>pom</packaging>

<scm>
Expand Down

0 comments on commit 2fa0e60

Please sign in to comment.