diff --git a/README.md b/README.md index 03cdaf8f3..f29b78490 100644 --- a/README.md +++ b/README.md @@ -101,13 +101,13 @@ If you are using Maven, you need to add the following dependency: com.yoti yoti-sdk-impl - 2.11.0-SNAPSHOT + 2.11.0 ``` If you are using Gradle, here is the dependency to add: -`compile group: 'com.yoti', name: 'yoti-sdk-impl', version: '2.11.0-SNAPSHOT'` +`compile group: 'com.yoti', name: 'yoti-sdk-impl', version: '2.11.0'` You will find all classes packaged under `com.yoti.api` diff --git a/examples/doc-scan/pom.xml b/examples/doc-scan/pom.xml index 025681e60..b6d95bdfc 100644 --- a/examples/doc-scan/pom.xml +++ b/examples/doc-scan/pom.xml @@ -51,7 +51,7 @@ com.yoti yoti-sdk-impl - 2.11.0-SNAPSHOT + 2.11.0 diff --git a/pom.xml b/pom.xml index 14e085593..8e8c9362c 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.yoti yoti-sdk pom - 2.11.0-SNAPSHOT + 2.11.0 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 f67b5c246..ec7015855 100644 --- a/yoti-sdk-api/pom.xml +++ b/yoti-sdk-api/pom.xml @@ -11,7 +11,7 @@ com.yoti yoti-sdk-parent - 2.11.0-SNAPSHOT + 2.11.0 ../yoti-sdk-parent diff --git a/yoti-sdk-impl/pom.xml b/yoti-sdk-impl/pom.xml index 337dc6773..87d54d258 100644 --- a/yoti-sdk-impl/pom.xml +++ b/yoti-sdk-impl/pom.xml @@ -11,7 +11,7 @@ com.yoti yoti-sdk-parent - 2.11.0-SNAPSHOT + 2.11.0 ../yoti-sdk-parent diff --git a/yoti-sdk-impl/src/main/java/com/yoti/api/client/spi/remote/call/YotiConstants.java b/yoti-sdk-impl/src/main/java/com/yoti/api/client/spi/remote/call/YotiConstants.java index 37c4b3e80..3c8a94de4 100644 --- a/yoti-sdk-impl/src/main/java/com/yoti/api/client/spi/remote/call/YotiConstants.java +++ b/yoti-sdk-impl/src/main/java/com/yoti/api/client/spi/remote/call/YotiConstants.java @@ -25,7 +25,7 @@ private YotiConstants() {} public static final String CONTENT_TYPE_JPEG = "image/jpeg"; public static final String JAVA = "Java"; - public static final String SDK_VERSION = JAVA + "-2.11.0-SNAPSHOT"; + public static final String SDK_VERSION = JAVA + "-2.11.0"; public static final String SIGNATURE_ALGORITHM = "SHA256withRSA"; public static final String ASYMMETRIC_CIPHER = "RSA/NONE/PKCS1Padding"; public static final String SYMMETRIC_CIPHER = "AES/CBC/PKCS7Padding"; diff --git a/yoti-sdk-parent/pom.xml b/yoti-sdk-parent/pom.xml index 55d96af18..32fe9f2dc 100644 --- a/yoti-sdk-parent/pom.xml +++ b/yoti-sdk-parent/pom.xml @@ -5,7 +5,7 @@ com.yoti yoti-sdk-parent pom - 2.11.0-SNAPSHOT + 2.11.0 Yoti SDK Parent Pom Parent pom for the Java SDK projects https://github.com/getyoti/yoti-java-sdk diff --git a/yoti-sdk-sandbox/pom.xml b/yoti-sdk-sandbox/pom.xml index e01c541f1..3f9b24893 100644 --- a/yoti-sdk-sandbox/pom.xml +++ b/yoti-sdk-sandbox/pom.xml @@ -11,7 +11,7 @@ com.yoti yoti-sdk-parent - 2.11.0-SNAPSHOT + 2.11.0 ../yoti-sdk-parent diff --git a/yoti-sdk-spring-boot-auto-config/README.md b/yoti-sdk-spring-boot-auto-config/README.md index bcf3b79ed..f73835f2d 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 - 2.11.0-SNAPSHOT + 2.11.0 ``` @@ -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: '2.11.0-SNAPSHOT' +compile group: 'com.yoti', name: 'yoti-sdk-spring-boot-auto-config', version: '2.11.0' ``` diff --git a/yoti-sdk-spring-boot-auto-config/pom.xml b/yoti-sdk-spring-boot-auto-config/pom.xml index d3c767159..b522986a5 100644 --- a/yoti-sdk-spring-boot-auto-config/pom.xml +++ b/yoti-sdk-spring-boot-auto-config/pom.xml @@ -12,7 +12,7 @@ com.yoti yoti-sdk-parent - 2.11.0-SNAPSHOT + 2.11.0 ../yoti-sdk-parent diff --git a/yoti-sdk-spring-boot-example/README.md b/yoti-sdk-spring-boot-example/README.md index 81f7cdd47..e2d4c1e7f 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 [Yoti Hub](https://hub com.yoti yoti-sdk-impl - 2.11.0-SNAPSHOT + 2.11.0 ``` @@ -29,8 +29,8 @@ Before you start, you'll need to create an Application in [Yoti Hub](https://hub 1. Run `mvn clean package` to build the project. ## Running -* You can run your server-app by executing `java -jar target/yoti-sdk-spring-boot-example-2.11.0-SNAPSHOT.jar` - * If you are using Java 9, you can run the server-app as follows `java -jar target/yoti-sdk-spring-boot-example-2.11.0-SNAPSHOT.jar --add-exports java.base/jdk.internal.ref=ALL-UNNAMED` +* You can run your server-app by executing `java -jar target/yoti-sdk-spring-boot-example-2.11.0.jar` + * If you are using Java 9, you can run the server-app as follows `java -jar target/yoti-sdk-spring-boot-example-2.11.0.jar --add-exports java.base/jdk.internal.ref=ALL-UNNAMED` * Navigate to `https://localhost:8443` * You can then initiate a login using Yoti. The Spring demo is listening for the response on `https://localhost:8443/login`. diff --git a/yoti-sdk-spring-boot-example/pom.xml b/yoti-sdk-spring-boot-example/pom.xml index c31e3d38b..cb4253de3 100644 --- a/yoti-sdk-spring-boot-example/pom.xml +++ b/yoti-sdk-spring-boot-example/pom.xml @@ -6,7 +6,7 @@ com.yoti yoti-sdk-spring-boot-example - 2.11.0-SNAPSHOT + 2.11.0 Yoti Spring Boot Example diff --git a/yoti-sdk-spring-security/README.md b/yoti-sdk-spring-security/README.md index 9702a9a27..ea2e4a7ee 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 - 2.11.0-SNAPSHOT + 2.11.0 ``` If you are using Gradle, here is the dependency to add: ``` -compile group: 'com.yoti', name: 'yoti-sdk-spring-security', version: '2.11.0-SNAPSHOT' +compile group: 'com.yoti', name: 'yoti-sdk-spring-security', version: '2.11.0' ``` ### Provide a `YotiClient` instance diff --git a/yoti-sdk-spring-security/pom.xml b/yoti-sdk-spring-security/pom.xml index b3133e88f..2fbbd4df7 100644 --- a/yoti-sdk-spring-security/pom.xml +++ b/yoti-sdk-spring-security/pom.xml @@ -12,7 +12,7 @@ com.yoti yoti-sdk-parent - 2.11.0-SNAPSHOT + 2.11.0 ../yoti-sdk-parent