Skip to content

Commit 6278349

Browse files
authored
Merge pull request #16 from getyoti/package-names
Artefact, module and folder names update
2 parents 177a464 + 344434b commit 6278349

File tree

106 files changed

+60
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+60
-60
lines changed

README.md

Lines changed: 11 additions & 11 deletions

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.yoti</groupId>
5-
<artifactId>java-sdk</artifactId>
5+
<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

@@ -28,12 +28,12 @@
2828
</developers>
2929

3030
<modules>
31-
<module>java-sdk-api</module>
32-
<module>java-sdk-dummy</module>
33-
<module>java-sdk-impl</module>
34-
<module>java-sdk-spring-boot-auto-config</module>
35-
<module>java-sdk-spring-security</module>
36-
<module>java-sdk-springboot-example</module>
31+
<module>yoti-sdk-api</module>
32+
<module>yoti-sdk-dummy</module>
33+
<module>yoti-sdk-impl</module>
34+
<module>yoti-sdk-spring-boot-auto-config</module>
35+
<module>yoti-sdk-spring-security</module>
36+
<module>yoti-sdk-spring-boot-example</module>
3737
</modules>
3838
<build>
3939
<plugins>
File renamed without changes.

java-sdk-api/pom.xml renamed to yoti-sdk-api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.yoti</groupId>
6-
<artifactId>java-sdk-api</artifactId>
7-
<version>1.2</version>
8-
<name>Yoti Java SDK API</name>
6+
<artifactId>yoti-sdk-api</artifactId>
7+
<version>1.3</version>
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

0 commit comments

Comments
 (0)