Skip to content

Commit bccd6b6

Browse files
committed
SDK-409: Merge release v2.0.0
1 parent f6819ed commit bccd6b6

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

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</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<name>Yoti SDK</name>
1010
<description>Java SDK for simple integration with the Yoti platform</description>
1111
<url>https://github.com/getyoti/yoti-java-sdk</url>

yoti-sdk-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.yoti</groupId>
1313
<artifactId>yoti-sdk-parent</artifactId>
14-
<version>2.0.0-SNAPSHOT</version>
14+
<version>2.0.0</version>
1515
<relativePath>../yoti-sdk-parent</relativePath>
1616
</parent>
1717

yoti-sdk-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.yoti</groupId>
1313
<artifactId>yoti-sdk-parent</artifactId>
14-
<version>2.0.0-SNAPSHOT</version>
14+
<version>2.0.0</version>
1515
<relativePath>../yoti-sdk-parent</relativePath>
1616
</parent>
1717

yoti-sdk-parent/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-parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>2.0.0-SNAPSHOT</version>
8+
<version>2.0.0</version>
99
<name>Yoti SDK Parent Pom</name>
1010
<description>Parent pom for the Java SDK projects</description>
1111
<url>https://github.com/getyoti/yoti-java-sdk</url>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.yoti</groupId>
1414
<artifactId>yoti-sdk-parent</artifactId>
15-
<version>2.0.0-SNAPSHOT</version>
15+
<version>2.0.0</version>
1616
<relativePath>../yoti-sdk-parent</relativePath>
1717
</parent>
1818

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.yoti</groupId>
77
<artifactId>yoti-sdk-spring-boot-example</artifactId>
88

9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010

1111
<name>Yoti Spring Boot Example</name>
1212
<parent>
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.yoti</groupId>
4040
<artifactId>yoti-sdk-spring-boot-auto-config</artifactId>
41-
<version>2.0.0-SNAPSHOT</version>
41+
<version>2.0.0</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.springframework.boot</groupId>

yoti-sdk-spring-security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.yoti</groupId>
1414
<artifactId>yoti-sdk-parent</artifactId>
15-
<version>2.0.0-SNAPSHOT</version>
15+
<version>2.0.0</version>
1616
<relativePath>../yoti-sdk-parent</relativePath>
1717
</parent>
1818

0 commit comments

Comments
 (0)