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

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilleH authored Oct 25, 2016
1 parent 6a62e21 commit 93d9b96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.payline</groupId>
<artifactId>payline-java-sdk</artifactId>
<version>4.44.1.1</version>
<version>4.48</version>
<name>Payline JAVA SDK Project</name>
<description>The Payline API provides access to the various functions of the Payline payment solution. It is based on standard web service components, which include the SOAP protocol, the WSDL and XSD definition languages. These standards are supported by a large range of development tools on multiple platforms. This SDK covers all the functions of the Payline payment solution.</description>

<properties>
<java.version>1.6</java.version>
<payline.wsdl.version>4.44.1</payline.wsdl.version>
<payline.wsdl.version>4.48</payline.wsdl.version>
</properties>

<url>www.payline.com</url>
Expand Down Expand Up @@ -166,4 +166,4 @@
<version>1.10</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 93d9b96

Please sign in to comment.