-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#21: Preparing pom for public release
- Loading branch information
Mats Stijlaart
committed
Oct 26, 2016
1 parent
6186552
commit 5af5ae8
Showing
2 changed files
with
60 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,36 @@ | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
<packaging>jar</packaging> | ||
|
||
<version>2.1.0</version> | ||
<groupId>nl.stil4m</groupId> | ||
<artifactId>mollie-api</artifactId> | ||
|
||
<name>Mollie API</name> | ||
<description>An API client for the payment provider Mollie.</description> | ||
<url>https://github.com/stil4m/mollie-api</url> | ||
|
||
<licenses> | ||
<license> | ||
<name>The BSD License</name> | ||
<url>https://github.com/stil4m/mollie-api#license</url> | ||
<distribution>repo</distribution> | ||
</license> | ||
</licenses> | ||
|
||
<developers> | ||
<developer> | ||
<name>Mats Stijlaart</name> | ||
<email>[email protected]</email> | ||
</developer> | ||
</developers> | ||
|
||
<scm> | ||
<connection>https://github.com/stil4m/mollie-api.git</connection> | ||
<developerConnection>https://github.com/stil4m/mollie-api.git</developerConnection> | ||
<url>https://github.com/stil4m/mollie-api</url> | ||
</scm> | ||
|
||
<properties> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<junit-version>4.11</junit-version> | ||
|