Skip to content

Commit 6d6f8a5

Browse files
ggamm0mus
authored andcommitted
Changed groupId and artifactId. Fixes #91 (#92)
Signed-off-by: Guillermo González de Agüero <z06.guillermo@gmail.com>
1 parent c0e1751 commit 6d6f8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
<parent>
2424
<groupId>org.eclipse.ee4j</groupId>
2525
<artifactId>project</artifactId>
26-
<version>1.0</version>
26+
<version>1.0.1</version>
2727
</parent>
2828

29-
<groupId>javax.json.bind</groupId>
30-
<artifactId>javax.json.bind-api</artifactId>
29+
<groupId>jakarta.json.bind</groupId>
30+
<artifactId>jakarta.json.bind-api</artifactId>
3131
<version>1.1.0-SNAPSHOT</version>
3232
<packaging>jar</packaging>
3333

0 commit comments

Comments
 (0)