Skip to content

Commit

Permalink
Added required metadata in order to publish release to Maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
cjmamo authored Aug 12, 2020
1 parent 9b35a27 commit 145037f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<packaging>pom</packaging>

<name>Smooks JavaBean Cartridge</name>
<url>https://www.smooks.org</url>

<description>The Smooks JavaBean Cartridge allows you to create and populate Java objects from your message data
(i.e. bind data to).
Expand All @@ -31,7 +32,14 @@
<developerConnection>scm:git:[email protected]:smooks/smooks-javabean-cartridge.git</developerConnection>
<url>[email protected]:smooks/smooks-javabean-cartridge.git</url>
</scm>


<developers>
<developer>
<name>Smooks Developers</name>
<email>[email protected]</email>
</developer>
</developers>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<gpg.skip>true</gpg.skip>
Expand Down

0 comments on commit 145037f

Please sign in to comment.