Skip to content

Commit 344434b

Browse files
committed
Module name updates.
1 parent b89faca commit 344434b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Combining this with the Spring Boot Auto Configuration can make integration very
227227

228228
* By default, Yoti SDKs fetch profiles from [https://api.yoti.com/api/v1](https://api.yoti.com/api/v1).
229229
If necessary, this can be overridden by setting the `yoti.api.url` system property.
230-
* Yoti Java SDK uses AES-256 encryption. If you are using the Oracle JDK, this key length is not enabled by default. The following stack overflow question explains how to fix this: [http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters](http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters)
230+
* This SDK uses AES-256 encryption. If you are using the Oracle JDK, this key length is not enabled by default. The following stack overflow question explains how to fix this: [http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters](http://stackoverflow.com/questions/6481627/java-security-illegal-key-size-or-default-parameters)
231231
* To find out how to set up your Java project in order to use this SDK, you can check the Spring Boot example in this repo.
232232

233233
## Known Issues

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>yoti-sdk</artifactId>
66
<packaging>pom</packaging>
77
<version>1.0</version>
8-
<name>Yoti Java SDK</name>
8+
<name>Yoti SDK</name>
99
<description>Java SDK for simple integration with the Yoti platform</description>
1010
<url>https://github.com/getyoti/java</url>
1111

yoti-sdk-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.yoti</groupId>
66
<artifactId>yoti-sdk-api</artifactId>
77
<version>1.3</version>
8-
<name>Yoti Java SDK API</name>
8+
<name>Yoti SDK API</name>
99
<description>Java SDK for simple integration with the Yoti platform</description>
1010
<url>https://github.com/getyoti/java</url>
1111

yoti-sdk-dummy/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.yoti</groupId>
66
<artifactId>yoti-sdk-dummy</artifactId>
77
<version>1.2</version>
8-
<name>Yoti Java SDK mock testing package</name>
8+
<name>Yoti SDK mock testing package</name>
99
<description>Java SDK for simple integration with the Yoti platform</description>
1010
<url>https://github.com/getyoti/java</url>
1111

yoti-sdk-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.yoti</groupId>
66
<artifactId>yoti-sdk-impl</artifactId>
77
<version>1.3</version>
8-
<name>Yoti Java SDK implementation package</name>
8+
<name>Yoti SDK implementation package</name>
99
<description>Java SDK for simple integration with the Yoti platform</description>
1010
<url>https://github.com/getyoti/java</url>
1111

yoti-sdk-spring-boot-auto-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Yoti Spring Boot Auto Configuration Java SDK Module
22

3-
This module aims to make integration of the Yoti Java SDK client into Spring Boot projects more simple by reducing the
3+
This module aims to make integration of the Yoti SDK client into Spring Boot projects more simple by reducing the
44
amount of boilerplate code required by the client application and allows the developer to simply provide two properties.
55

66
## Requirements

yoti-sdk-spring-boot-auto-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<groupId>com.yoti</groupId>
1616
<artifactId>yoti-sdk-spring-boot-auto-config</artifactId>
1717
<version>1.3</version>
18-
<name>Yoti Java Spring Boot Integration</name>
18+
<name>Yoti Spring Boot Integration</name>
1919
<description>Library to integrate the Java Yoti SDK with Spring Boot Applications</description>
2020
<url>https://github.com/getyoti/java</url>
2121

yoti-sdk-spring-boot-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.yoti</groupId>
66
<artifactId>yoti-sdk-spring-boot-example</artifactId>
77
<version>1.3</version>
8-
<name>Yoti Java Spring Boot Example</name>
8+
<name>Yoti Spring Boot Example</name>
99
<parent>
1010
<groupId>org.springframework.boot</groupId>
1111
<artifactId>spring-boot-starter-parent</artifactId>

0 commit comments

Comments
 (0)