File tree Expand file tree Collapse file tree 6 files changed +12
-27
lines changed Expand file tree Collapse file tree 6 files changed +12
-27
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >tools.jackson.datatype</groupId >
11
11
<artifactId >jackson-datatypes-misc-parent</artifactId >
12
- <version >3.0.0-SNAPSHOT</version >
12
+ <version >3.0.0-rc1- SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-datatype-jakarta-jsonp</artifactId >
15
15
<name >Jackson datatype: JSON-P (Jakarta)</name >
16
- <version >3.0.0-SNAPSHOT</version >
16
+ <version >3.0.0-rc1- SNAPSHOT</version >
17
17
<packaging >jar</packaging >
18
18
<description >Add-on module for Jackson (http://github.com/FasterXML/jackson) to support
19
19
working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-binding
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >tools.jackson.datatype</groupId >
11
11
<artifactId >jackson-datatypes-misc-parent</artifactId >
12
- <version >3.0.0-SNAPSHOT</version >
12
+ <version >3.0.0-rc1- SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-datatype-jakarta-mail</artifactId >
15
15
<name >Jackson datatype: Jakarta Mail</name >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tools.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatypes-misc-parent</artifactId >
11
- <version >3.0.0-SNAPSHOT</version >
11
+ <version >3.0.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-joda-money</artifactId >
14
14
<name >Jackson datatype: joda-money</name >
15
15
<packaging >jar</packaging >
16
- <version >3.0.0-SNAPSHOT</version >
16
+ <version >3.0.0-rc1- SNAPSHOT</version >
17
17
<description >Support for datatypes of Joda-Money library (https://www.joda.org/joda-money/)
18
18
</description >
19
19
<url >http://github.com/FasterXML/jackson-datatypes-misc</url >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >tools.jackson.datatype</groupId >
10
10
<artifactId >jackson-datatypes-misc-parent</artifactId >
11
- <version >3.0.0-SNAPSHOT</version >
11
+ <version >3.0.0-rc1- SNAPSHOT</version >
12
12
</parent >
13
13
<artifactId >jackson-datatype-json-org</artifactId >
14
14
<name >Jackson datatype: org.json</name >
15
15
<packaging >jar</packaging >
16
- <version >3.0.0-SNAPSHOT</version >
16
+ <version >3.0.0-rc1- SNAPSHOT</version >
17
17
<description >Support for datatypes of "org.json" JSON library (see http://json.org/java),
18
18
mainly to make it easier to upgrade code to Jackson, using automated conversions.
19
19
</description >
Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >tools.jackson.datatype</groupId >
11
11
<artifactId >jackson-datatypes-misc-parent</artifactId >
12
- <version >3.0.0-SNAPSHOT</version >
12
+ <version >3.0.0-rc1- SNAPSHOT</version >
13
13
</parent >
14
14
<artifactId >jackson-datatype-jsr353</artifactId >
15
15
<name >Jackson datatype: jsr-353</name >
16
- <version >3.0.0-SNAPSHOT</version >
16
+ <version >3.0.0-rc1- SNAPSHOT</version >
17
17
<packaging >jar</packaging >
18
18
<description >Add-on module for Jackson (http://github.com/FasterXML/jackson) to support
19
19
working with JSR-353 (JSON-P) node types via data-binding
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >tools.jackson</groupId >
5
5
<artifactId >jackson-base</artifactId >
6
- <version >3.0.0-SNAPSHOT</version >
6
+ <version >3.0.0-rc1- SNAPSHOT</version >
7
7
</parent >
8
8
<groupId >tools.jackson.datatype</groupId >
9
9
<artifactId >jackson-datatypes-misc-parent</artifactId >
10
10
<name >Jackson datatypes: misc (parent pom)</name >
11
- <version >3.0.0-SNAPSHOT</version >
11
+ <version >3.0.0-rc1- SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
<description >Parent pom for Jackson misc datatype modules
14
14
</description >
31
31
32
32
<properties >
33
33
<!-- for Reproducible Builds -->
34
- <project .build.outputTimestamp>2022-11-28T00:00:00Z</project .build.outputTimestamp>
35
-
36
- <!-- [databind#4820]: Java 17 baseline -->
37
- <javac .src.version>17</javac .src.version>
38
- <javac .target.version>17</javac .target.version>
39
-
34
+ <project .build.outputTimestamp>2025-02-27T00:26:20Z</project .build.outputTimestamp>
40
35
</properties >
41
36
42
37
<dependencies >
103
98
</execution >
104
99
</executions >
105
100
</plugin >
106
-
107
- <plugin >
108
- <groupId >org.apache.maven.plugins</groupId >
109
- <artifactId >maven-surefire-plugin</artifactId >
110
- <configuration >
111
- <excludes >
112
- <exclude >tools/jackson/**/failing/*.java</exclude >
113
- </excludes >
114
- </configuration >
115
- </plugin >
116
101
</plugins >
117
102
</pluginManagement >
118
103
You can’t perform that action at this time.
0 commit comments