Skip to content

Commit

Permalink
Merge pull request getindata#28 from reifyhealth/revert-pom-groupid
Browse files Browse the repository at this point in the history
revert groupId to correct value
  • Loading branch information
gliter authored Mar 20, 2023
2 parents cc361cf + a83cb70 commit b619760
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Reverted pom.xml groupid

## [0.2.4] - 2023-03-13

- Added support for `double` primitive type fields.
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 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>reifyhealth</groupId>
<groupId>com.getindata</groupId>
<artifactId>kafka-connect-iceberg-sink</artifactId>
<version>0.2.4-SNAPSHOT</version>
<packaging>jar</packaging>
Expand Down

0 comments on commit b619760

Please sign in to comment.