diff --git a/kernel/kernel-bom/pom.xml b/kernel/kernel-bom/pom.xml index 2ab19a6d0c..9e33072bfe 100644 --- a/kernel/kernel-bom/pom.xml +++ b/kernel/kernel-bom/pom.xml @@ -478,4 +478,24 @@ </plugin> </plugins> </build> + <scm> + <connection>scm:git:git://github.com/mosip/commons.git</connection> + <developerConnection>scm:git:ssh://github.com:mosip/commons.git</developerConnection> + <url>https://github.com/mosip/commons</url> + <tag>HEAD</tag> + </scm> + <licenses> + <license> + <name>MPL 2.0</name> + <url>https://www.mozilla.org/en-US/MPL/2.0/</url> + </license> + </licenses> + <developers> + <developer> + <name>Mosip</name> + <email>mosip.emailnotifier@gmail.com</email> + <organization>io.mosip</organization> + <organizationUrl>https://github.com/mosip/commons</organizationUrl> + </developer> + </developers> </project>