From 27a39d1c5ae1a5b35dd4be179f3e9a99b8ddba87 Mon Sep 17 00:00:00 2001 From: Thomas Hunziker Date: Mon, 15 Mar 2021 07:24:27 +0100 Subject: [PATCH] Release 2.2.23 --- README.md | 6 +++--- build.gradle | 2 +- build.sbt | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d6bfcd..c5b8da8 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Add this dependency to your project's POM: com.postfinancecheckout postfinancecheckout-java-sdk - 2.2.22 + 2.2.23 compile ``` @@ -33,7 +33,7 @@ Add this dependency to your project's POM: Add this dependency to your project's build file: ```groovy -compile "com.postfinancecheckout:postfinancecheckout-java-sdk:2.2.22" +compile "com.postfinancecheckout:postfinancecheckout-java-sdk:2.2.23" ``` ### Others @@ -46,7 +46,7 @@ mvn clean package Then manually install the following JARs: -* `target/postfinancecheckout-java-sdk-2.2.22.jar` +* `target/postfinancecheckout-java-sdk-2.2.23.jar` * `target/lib/*.jar` ## Usage diff --git a/build.gradle b/build.gradle index d1261f2..01ad96e 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'idea' apply plugin: 'eclipse' group = 'com.postfinancecheckout' -version = '2.2.22' +version = '2.2.23' buildscript { repositories { diff --git a/build.sbt b/build.sbt index 02a9974..ce77174 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ lazy val root = (project in file(".")). settings( organization := "com.postfinancecheckout", name := "postfinancecheckout-java-sdk", - version := "2.2.22", + version := "2.2.23", scalaVersion := "2.11.4", scalacOptions ++= Seq("-feature"), javacOptions in compile ++= Seq("-Xlint:deprecation"), diff --git a/pom.xml b/pom.xml index bc00536..4410c8b 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ postfinancecheckout-java-sdk jar postfinancecheckout-java-sdk - 2.2.22 + 2.2.23 https://www.postfinance.ch/checkout The SDK for simplifying the integration with PostFinance Checkout API.