Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Release 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingenico ePayments committed Oct 5, 2016
1 parent 6e01ab2 commit 96d3958
Show file tree
Hide file tree
Showing 575 changed files with 11,565 additions and 8,792 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Introduction

The Java SDK helps you to communicate with the [Ingenico Connect](http://www.globalcollect.com/) Server API. It's primary features are:
The Java SDK helps you to communicate with the [Ingenico Connect](http://www.ingenico.com/epayments) Server API. It's primary features are:

* convenient Java wrapper around the API calls and responses
* marshalls Java request objects to HTTP requests
Expand Down
15 changes: 11 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.ingenico.connect.gateway</groupId>
<artifactId>connect-sdk-java</artifactId>
<version>3.0.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>

<name>connect-sdk-java</name>
Expand All @@ -14,7 +14,7 @@

<organization>
<name>Ingenico ePayments</name>
<url>http://www.globalcollect.com/</url>
<url>http://http://www.ingenico.com/epayments/</url>
</organization>

<licenses>
Expand All @@ -29,7 +29,7 @@
<name>Ingenico ePayments</name>
<email>[email protected]</email>
<organization>Ingenico ePayments</organization>
<organizationUrl>http://www.globalcollect.com/</organizationUrl>
<organizationUrl>http://http://www.ingenico.com/epayments/</organizationUrl>
</developer>
</developers>

Expand Down Expand Up @@ -235,7 +235,7 @@
<version>2.19.1</version>
<configuration>
<excludes>
<exclude>/com/globalcollect/gateway/sdk/it/**/*</exclude>
<exclude>/com/ingenico/connect/gateway/sdk/it/**/*</exclude>
</excludes>
</configuration>
</plugin>
Expand Down Expand Up @@ -270,6 +270,13 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 96d3958

Please sign in to comment.