Skip to content

Commit 3303b2c

Browse files
author
Nanne Baars
committed
Change group-id for Maven release
1 parent 0d8a95b commit 3303b2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
<groupId>com.github.nbaars</groupId>
3+
<groupId>io.github.nbaars</groupId>
44
<artifactId>paseto4j</artifactId>
55
<version>0.0.14-SNAPSHOT</version>
66
<description>Library for Paseto in Java, see https://github.com/paragonie/paseto for more information</description>

version1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
4-
<groupId>com.github.nbaars</groupId>
4+
<groupId>io.github.nbaars</groupId>
55
<artifactId>paseto4j</artifactId>
66
<version>0.0.14-SNAPSHOT</version>
77
</parent>

version2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
33
<parent>
4-
<groupId>com.github.nbaars</groupId>
4+
<groupId>io.github.nbaars</groupId>
55
<artifactId>paseto4j</artifactId>
66
<version>0.0.14-SNAPSHOT</version>
77
</parent>

0 commit comments

Comments
 (0)