Skip to content

Commit

Permalink
#21: Preparing pom for public release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mats Stijlaart committed Oct 26, 2016
1 parent 6186552 commit 5af5ae8
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 0 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,37 @@ client.payments().create(new CreatePayment(...));
## Bugs

When you find bugs, please report them in the issue tracker. I pursuit to fix them within a few days. If you like provide a pull request with the supporting unit tests.

## License

The project is distributed under the OSI approved [BSD license](http://opensource.org/licenses/BSD-3-Clause):

Copyright (c) 2015-2016, Mats Stijlaart
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

o Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.

o Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

o Neither the name "TwelveMonkeys" nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

26 changes: 26 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 5af5ae8

Please sign in to comment.