File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed
yoti-sdk-spring-boot-auto-config
yoti-sdk-spring-boot-example Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44 <groupId >com.yoti</groupId >
55 <artifactId >yoti-sdk</artifactId >
66 <packaging >pom</packaging >
7- <version >1.5.0-SNAPSHOT </version >
7+ <version >1.5.0</version >
88 <name >Yoti SDK</name >
99 <description >Java SDK for simple integration with the Yoti platform</description >
1010 <url >https://github.com/getyoti/yoti-java-sdk</url >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.yoti</groupId >
66 <artifactId >yoti-sdk-api</artifactId >
7- <version >1.5.0-SNAPSHOT </version >
7+ <version >1.5.0</version >
88 <name >Yoti SDK API</name >
99 <description >Java SDK for simple integration with the Yoti platform</description >
1010 <url >https://github.com/getyoti/yoti-java-sdk</url >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.yoti</groupId >
66 <artifactId >yoti-sdk-impl</artifactId >
7- <version >1.5.0-SNAPSHOT </version >
7+ <version >1.5.0</version >
88 <name >Yoti SDK implementation package</name >
99 <description >Java SDK for simple integration with the Yoti platform</description >
1010 <url >https://github.com/getyoti/yoti-java-sdk</url >
2828 </developers >
2929
3030 <properties >
31- <yoti .sdk.version>1.5.0-SNAPSHOT </yoti .sdk.version>
31+ <yoti .sdk.version>1.5.0</yoti .sdk.version>
3232 <maven .compiler.source>1.6</maven .compiler.source>
3333 <maven .compiler.target>1.6</maven .compiler.target>
3434 <owasp .dependency.check.cvss.limit>4</owasp .dependency.check.cvss.limit>
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ If you are using Maven, you need to add the following dependencies:
1818<dependency >
1919 <groupId >com.yoti</groupId >
2020 <artifactId >yoti-sdk-spring-boot-auto-config</artifactId >
21- <version >1.4.1 </version >
21+ <version >1.5.0 </version >
2222</dependency >
2323```
2424
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <properties >
8- <yoti .sdk.version>1.5.0-SNAPSHOT </yoti .sdk.version>
8+ <yoti .sdk.version>1.5.0</yoti .sdk.version>
99 <maven .compiler.source>1.6</maven .compiler.source>
1010 <maven .compiler.target>1.6</maven .compiler.target>
1111 <owasp .dependency.check.cvss.limit>4</owasp .dependency.check.cvss.limit>
1515
1616 <groupId >com.yoti</groupId >
1717 <artifactId >yoti-sdk-spring-boot-auto-config</artifactId >
18- <version >1.5.0-SNAPSHOT </version >
18+ <version >1.5.0</version >
1919 <name >Yoti Spring Boot Integration</name >
2020 <description >Library to integrate the Java Yoti SDK with Spring Boot Applications</description >
2121 <url >https://github.com/getyoti/yoti-java-sdk</url >
Original file line number Diff line number Diff line change 44 <modelVersion >4.0.0</modelVersion >
55 <groupId >com.yoti</groupId >
66 <artifactId >yoti-sdk-spring-boot-example</artifactId >
7- <version >1.5.0-SNAPSHOT </version >
7+ <version >1.5.0</version >
88 <name >Yoti Spring Boot Example</name >
99 <parent >
1010 <groupId >org.springframework.boot</groupId >
1313 <relativePath /> <!-- lookup parent from repository -->
1414 </parent >
1515 <properties >
16- <yoti .sdk.version>1.5.0-SNAPSHOT </yoti .sdk.version>
16+ <yoti .sdk.version>1.5.0</yoti .sdk.version>
1717 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1818 <java .version>1.8</java .version>
1919 </properties >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <properties >
8- <yoti .sdk.version>1.5.0-SNAPSHOT </yoti .sdk.version>
8+ <yoti .sdk.version>1.5.0</yoti .sdk.version>
99 <maven .compiler.source>1.6</maven .compiler.source>
1010 <maven .compiler.target>1.6</maven .compiler.target>
1111 <owasp .dependency.check.cvss.limit>4</owasp .dependency.check.cvss.limit>
1616
1717 <groupId >com.yoti</groupId >
1818 <artifactId >yoti-sdk-spring-security</artifactId >
19- <version >1.5.0-SNAPSHOT </version >
19+ <version >1.5.0</version >
2020 <name >Spring Security Integration For The Yoti SDK</name >
2121 <description >Library to integrate the Java Yoti SDK with Spring Security</description >
2222 <url >https://github.com/getyoti/yoti-java-sdk</url >
You can’t perform that action at this time.
0 commit comments