File tree Expand file tree Collapse file tree 14 files changed +30
-29
lines changed Expand file tree Collapse file tree 14 files changed +30
-29
lines changed Original file line number Diff line number Diff line change 27
27
<relativePath >../pom.xml</relativePath >
28
28
</parent >
29
29
30
- <groupId >javax .json</groupId >
31
- <artifactId >javax .json-api</artifactId >
30
+ <groupId >jakarta .json</groupId >
31
+ <artifactId >jakarta .json-api</artifactId >
32
32
<packaging >bundle</packaging >
33
33
<version >1.1.3-SNAPSHOT</version >
34
34
<name >JSR 374 (JSON Processing) API</name >
83
83
<groupId >org.glassfish.build</groupId >
84
84
<artifactId >spec-version-maven-plugin</artifactId >
85
85
<configuration >
86
+ <specMode >jakarta</specMode >
86
87
<spec >
87
88
<nonFinal >${non.final} </nonFinal >
88
89
<jarType >api</jarType >
Original file line number Diff line number Diff line change 31
31
32
32
<dependencies >
33
33
<dependency >
34
- <groupId >javax .json</groupId >
35
- <artifactId >javax .json-api</artifactId >
34
+ <groupId >jakarta .json</groupId >
35
+ <artifactId >jakarta .json-api</artifactId >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >org.glassfish</groupId >
Original file line number Diff line number Diff line change 76
76
</build >
77
77
<dependencies >
78
78
<dependency >
79
- <groupId >javax .json</groupId >
80
- <artifactId >javax .json-api</artifactId >
79
+ <groupId >jakarta .json</groupId >
80
+ <artifactId >jakarta .json-api</artifactId >
81
81
</dependency >
82
82
<dependency >
83
83
<groupId >junit</groupId >
Original file line number Diff line number Diff line change 36
36
</activation >
37
37
<dependencies >
38
38
<dependency >
39
- <groupId >javax .json</groupId >
40
- <artifactId >javax .json-api</artifactId >
39
+ <groupId >jakarta .json</groupId >
40
+ <artifactId >jakarta .json-api</artifactId >
41
41
<scope >compile</scope >
42
42
</dependency >
43
43
<dependency >
Original file line number Diff line number Diff line change 38
38
<scope >provided</scope >
39
39
</dependency >
40
40
<dependency >
41
- <groupId >javax .json</groupId >
42
- <artifactId >javax .json-api</artifactId >
41
+ <groupId >jakarta .json</groupId >
42
+ <artifactId >jakarta .json-api</artifactId >
43
43
<scope >provided</scope >
44
44
</dependency >
45
45
</dependencies >
Original file line number Diff line number Diff line change 36
36
</activation >
37
37
<dependencies >
38
38
<dependency >
39
- <groupId >javax .json</groupId >
40
- <artifactId >javax .json-api</artifactId >
39
+ <groupId >jakarta .json</groupId >
40
+ <artifactId >jakarta .json-api</artifactId >
41
41
<scope >compile</scope >
42
42
</dependency >
43
43
<dependency >
Original file line number Diff line number Diff line change 38
38
<scope >provided</scope >
39
39
</dependency >
40
40
<dependency >
41
- <groupId >javax .json</groupId >
42
- <artifactId >javax .json-api</artifactId >
41
+ <groupId >jakarta .json</groupId >
42
+ <artifactId >jakarta .json-api</artifactId >
43
43
<scope >provided</scope >
44
44
</dependency >
45
45
</dependencies >
Original file line number Diff line number Diff line change 33
33
<scope >provided</scope >
34
34
</dependency >
35
35
<dependency >
36
- <groupId >javax .json</groupId >
37
- <artifactId >javax .json-api</artifactId >
36
+ <groupId >jakarta .json</groupId >
37
+ <artifactId >jakarta .json-api</artifactId >
38
38
<scope >provided</scope >
39
39
</dependency >
40
40
</dependencies >
Original file line number Diff line number Diff line change 38
38
<scope >provided</scope >
39
39
</dependency >
40
40
<dependency >
41
- <groupId >javax .json</groupId >
42
- <artifactId >javax .json-api</artifactId >
41
+ <groupId >jakarta .json</groupId >
42
+ <artifactId >jakarta .json-api</artifactId >
43
43
<scope >provided</scope >
44
44
</dependency >
45
45
</dependencies >
Original file line number Diff line number Diff line change 105
105
</build >
106
106
<dependencies >
107
107
<dependency >
108
- <groupId >javax .json</groupId >
109
- <artifactId >javax .json-api</artifactId >
108
+ <groupId >jakarta .json</groupId >
109
+ <artifactId >jakarta .json-api</artifactId >
110
110
</dependency >
111
111
</dependencies >
112
112
You can’t perform that action at this time.
0 commit comments