Skip to content

Commit f1639f4

Browse files
authored
'jakarta' groupId fix (#113)
Signed-off-by: Dmitry Kornilov <[email protected]>
1 parent cb041e3 commit f1639f4

File tree

14 files changed

+30
-29
lines changed

14 files changed

+30
-29
lines changed

api/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

30-
<groupId>javax.json</groupId>
31-
<artifactId>javax.json-api</artifactId>
30+
<groupId>jakarta.json</groupId>
31+
<artifactId>jakarta.json-api</artifactId>
3232
<packaging>bundle</packaging>
3333
<version>1.1.3-SNAPSHOT</version>
3434
<name>JSR 374 (JSON Processing) API</name>
@@ -83,6 +83,7 @@
8383
<groupId>org.glassfish.build</groupId>
8484
<artifactId>spec-version-maven-plugin</artifactId>
8585
<configuration>
86+
<specMode>jakarta</specMode>
8687
<spec>
8788
<nonFinal>${non.final}</nonFinal>
8889
<jarType>api</jarType>

bundles/ri/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131

3232
<dependencies>
3333
<dependency>
34-
<groupId>javax.json</groupId>
35-
<artifactId>javax.json-api</artifactId>
34+
<groupId>jakarta.json</groupId>
35+
<artifactId>jakarta.json-api</artifactId>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.glassfish</groupId>

demos/customprovider-jdk9/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
</build>
7777
<dependencies>
7878
<dependency>
79-
<groupId>javax.json</groupId>
80-
<artifactId>javax.json-api</artifactId>
79+
<groupId>jakarta.json</groupId>
80+
<artifactId>jakarta.json-api</artifactId>
8181
</dependency>
8282
<dependency>
8383
<groupId>junit</groupId>

demos/facebook/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
</activation>
3737
<dependencies>
3838
<dependency>
39-
<groupId>javax.json</groupId>
40-
<artifactId>javax.json-api</artifactId>
39+
<groupId>jakarta.json</groupId>
40+
<artifactId>jakarta.json-api</artifactId>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>

demos/jaxrs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
41-
<groupId>javax.json</groupId>
42-
<artifactId>javax.json-api</artifactId>
41+
<groupId>jakarta.json</groupId>
42+
<artifactId>jakarta.json-api</artifactId>
4343
<scope>provided</scope>
4444
</dependency>
4545
</dependencies>

demos/jsonpointer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
</activation>
3737
<dependencies>
3838
<dependency>
39-
<groupId>javax.json</groupId>
40-
<artifactId>javax.json-api</artifactId>
39+
<groupId>jakarta.json</groupId>
40+
<artifactId>jakarta.json-api</artifactId>
4141
<scope>compile</scope>
4242
</dependency>
4343
<dependency>

demos/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
41-
<groupId>javax.json</groupId>
42-
<artifactId>javax.json-api</artifactId>
41+
<groupId>jakarta.json</groupId>
42+
<artifactId>jakarta.json-api</artifactId>
4343
<scope>provided</scope>
4444
</dependency>
4545
</dependencies>

demos/servlet/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
<scope>provided</scope>
3434
</dependency>
3535
<dependency>
36-
<groupId>javax.json</groupId>
37-
<artifactId>javax.json-api</artifactId>
36+
<groupId>jakarta.json</groupId>
37+
<artifactId>jakarta.json-api</artifactId>
3838
<scope>provided</scope>
3939
</dependency>
4040
</dependencies>

gf/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
<scope>provided</scope>
3939
</dependency>
4040
<dependency>
41-
<groupId>javax.json</groupId>
42-
<artifactId>javax.json-api</artifactId>
41+
<groupId>jakarta.json</groupId>
42+
<artifactId>jakarta.json-api</artifactId>
4343
<scope>provided</scope>
4444
</dependency>
4545
</dependencies>

impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
</build>
106106
<dependencies>
107107
<dependency>
108-
<groupId>javax.json</groupId>
109-
<artifactId>javax.json-api</artifactId>
108+
<groupId>jakarta.json</groupId>
109+
<artifactId>jakarta.json-api</artifactId>
110110
</dependency>
111111
</dependencies>
112112

0 commit comments

Comments
 (0)