Skip to content

Commit 40a48dc

Browse files
committed
Release 4.0.0 Hotfix: Add name and URL to yoti-sdk-auth module
1 parent 7954a7d commit 40a48dc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

yoti-sdk-auth/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
56
<modelVersion>4.0.0</modelVersion>
7+
<artifactId>yoti-sdk-auth</artifactId>
8+
<name>Yoti SDK Auth Module</name>
9+
<description>Java SDK module for generating authentication tokens</description>
10+
<url>https://github.com/getyoti/yoti-java-sdk</url>
611

712
<parent>
813
<groupId>com.yoti</groupId>
@@ -11,7 +16,6 @@
1116
<relativePath>../yoti-sdk-parent</relativePath>
1217
</parent>
1318

14-
<artifactId>yoti-sdk-auth</artifactId>
1519

1620
<properties>
1721
<jjwt.version>0.13.0</jjwt.version>

0 commit comments

Comments
 (0)