diff --git a/README.md b/README.md index 1487b82cc..3ab1d5bd7 100644 --- a/README.md +++ b/README.md @@ -96,13 +96,13 @@ If you are using Maven, you need to add the following dependency: com.yoti yoti-sdk-impl - 1.4.1 + 1.4.2 ``` If you are using Gradle, here is the dependency to add: -`compile group: 'com.yoti', name: 'yoti-sdk-impl', version: '1.3'` +`compile group: 'com.yoti', name: 'yoti-sdk-impl', version: '1.4.2'` You will find all classes packaged under `com.yoti.api` diff --git a/pom.xml b/pom.xml index 975b35237..374d2dcc7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.yoti yoti-sdk pom - 1.4.2-SNAPSHOT + 1.4.2 Yoti SDK Java SDK for simple integration with the Yoti platform https://github.com/getyoti/yoti-java-sdk diff --git a/yoti-sdk-api/pom.xml b/yoti-sdk-api/pom.xml index e3f66ebd9..2c2046607 100644 --- a/yoti-sdk-api/pom.xml +++ b/yoti-sdk-api/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.yoti yoti-sdk-api - 1.4.2-SNAPSHOT + 1.4.2 Yoti SDK API Java SDK for simple integration with the Yoti platform https://github.com/getyoti/yoti-java-sdk diff --git a/yoti-sdk-impl/pom.xml b/yoti-sdk-impl/pom.xml index 76cca8a0c..505725824 100644 --- a/yoti-sdk-impl/pom.xml +++ b/yoti-sdk-impl/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.yoti yoti-sdk-impl - 1.4.2-SNAPSHOT + 1.4.2 Yoti SDK implementation package Java SDK for simple integration with the Yoti platform https://github.com/getyoti/yoti-java-sdk @@ -28,7 +28,7 @@ - 1.4.2-SNAPSHOT + 1.4.2 1.6 1.6 4 diff --git a/yoti-sdk-spring-boot-auto-config/README.md b/yoti-sdk-spring-boot-auto-config/README.md index 74125a1d5..475a1b886 100644 --- a/yoti-sdk-spring-boot-auto-config/README.md +++ b/yoti-sdk-spring-boot-auto-config/README.md @@ -18,7 +18,7 @@ If you are using Maven, you need to add the following dependencies: com.yoti yoti-sdk-spring-boot-auto-config - 1.4.1 + 1.4.2 ``` @@ -26,7 +26,7 @@ If you are using Maven, you need to add the following dependencies: If you are using Gradle, here is the dependency to add: ``` -compile group: 'com.yoti', name: 'yoti-sdk-spring-boot-auto-config', version: '1.4.1' +compile group: 'com.yoti', name: 'yoti-sdk-spring-boot-auto-config', version: '1.4.2' ``` diff --git a/yoti-sdk-spring-boot-auto-config/pom.xml b/yoti-sdk-spring-boot-auto-config/pom.xml index db80de731..426cc4c3d 100644 --- a/yoti-sdk-spring-boot-auto-config/pom.xml +++ b/yoti-sdk-spring-boot-auto-config/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 1.4.2-SNAPSHOT + 1.4.2 1.6 1.6 4 @@ -15,7 +15,7 @@ com.yoti yoti-sdk-spring-boot-auto-config - 1.4.2-SNAPSHOT + 1.4.2 Yoti Spring Boot Integration Library to integrate the Java Yoti SDK with Spring Boot Applications https://github.com/getyoti/yoti-java-sdk diff --git a/yoti-sdk-spring-boot-example/README.md b/yoti-sdk-spring-boot-example/README.md index 61c4bff6a..d090ce8e3 100644 --- a/yoti-sdk-spring-boot-example/README.md +++ b/yoti-sdk-spring-boot-example/README.md @@ -16,7 +16,7 @@ Before you start, you'll need to create an Application in [Dashboard](https://ww com.yoti yoti-sdk-impl - 1.4.1 + 1.4.2 ``` diff --git a/yoti-sdk-spring-boot-example/pom.xml b/yoti-sdk-spring-boot-example/pom.xml index 55aafba06..c1d79d4ba 100644 --- a/yoti-sdk-spring-boot-example/pom.xml +++ b/yoti-sdk-spring-boot-example/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.yoti yoti-sdk-spring-boot-example - 1.4.2-SNAPSHOT + 1.4.2 Yoti Spring Boot Example org.springframework.boot @@ -13,7 +13,7 @@ - 1.4.2-SNAPSHOT + 1.4.2 UTF-8 1.8 diff --git a/yoti-sdk-spring-security/README.md b/yoti-sdk-spring-security/README.md index 3d63909b8..4f4ef5c5d 100644 --- a/yoti-sdk-spring-security/README.md +++ b/yoti-sdk-spring-security/README.md @@ -25,14 +25,14 @@ If you are using Maven, you need to add the following dependencies: com.yoti yoti-sdk-spring-security - 1.4.1 + 1.4.2 ``` If you are using Gradle, here is the dependency to add: ``` -compile group: 'com.yoti', name: 'yoti-sdk-spring-security', version: '1.0' +compile group: 'com.yoti', name: 'yoti-sdk-spring-security', version: '1.4.2' ``` ### Provide a `YotiClient` instance diff --git a/yoti-sdk-spring-security/pom.xml b/yoti-sdk-spring-security/pom.xml index 7132af8f7..e79e0c7b0 100644 --- a/yoti-sdk-spring-security/pom.xml +++ b/yoti-sdk-spring-security/pom.xml @@ -5,7 +5,7 @@ 4.0.0 - 1.4.2-SNAPSHOT + 1.4.2 1.6 1.6 4 @@ -15,7 +15,7 @@ com.yoti yoti-sdk-spring-security - 1.4.2-SNAPSHOT + 1.4.2 Spring Security Integration For The Yoti SDK Library to integrate the Java Yoti SDK with Spring Security https://github.com/getyoti/yoti-java-sdk