Skip to content

Commit

Permalink
Added more information in POM file
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmencias committed Jun 28, 2023
1 parent 3fb7287 commit c38f874
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,32 @@
<artifactId>kafka-connect-plugins</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>kafka-connect-plugins</name>
<description>A collection of Simple Message Transformation (SMT) for Apache Kafka Connect</description>
<url>https://github.com/cjmencias/kafka-connect-plugins</url>

<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<id>cjmencias</id>
<name>Christian Jacob Mencias</name>
<organization>cjmencias</organization>
<organizationUrl>https://github.com/cjmencias</organizationUrl>
</developer>
</developers>

<scm>
<connection>git@github.com:cjmencias/kafka-connect-plugins.git</connection>
<developerConnection>git@github.com:cjmencias/kafka-connect-plugins.git</developerConnection>
<url>https://github.com/cjmencias/kafka-connect-plugins/tree/main</url>
</scm>

<properties>
<java.version>11</java.version>
Expand Down

0 comments on commit c38f874

Please sign in to comment.