Skip to content

Commit 5ceac73

Browse files
authored
Merge pull request #85 from data-integrations/update_pom_release_01
Add url, description, developers, scm sections in pom.xml
2 parents 4c9b724 + cbc880a commit 5ceac73

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
</modules>
3131
<name>Database Delta plugins</name>
3232
<packaging>pom</packaging>
33+
<description>Database Delta plugins</description>
34+
<url>https://github.com/data-integrations/database-delta-plugins</url>
3335

3436
<licenses>
3537
<license>
@@ -40,6 +42,22 @@
4042
</license>
4143
</licenses>
4244

45+
<developers>
46+
<developer>
47+
<name>CDAP</name>
48+
<email>cdap-dev@googlegroups.com</email>
49+
<organization>CDAP</organization>
50+
<organizationUrl>http://cdap.io</organizationUrl>
51+
</developer>
52+
</developers>
53+
54+
<scm>
55+
<connection>scm:git:https://github.com/data-integrations/database-delta-plugins.git</connection>
56+
<developerConnection>scm:git:git@github.com:data-integrations/database-delta-plugins.git</developerConnection>
57+
<url>https://github.com/data-integrations/database-delta-plugins.git</url>
58+
<tag>HEAD</tag>
59+
</scm>
60+
4361
<properties>
4462
<debezium.version>0.9.5.Final</debezium.version>
4563
<delta.version>0.1.1</delta.version>

0 commit comments

Comments
 (0)