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 99 <parent >
1010 <groupId >tools.jackson.datatype</groupId >
1111 <artifactId >jackson-datatypes-misc-parent</artifactId >
12- <version >3.0.0-SNAPSHOT</version >
12+ <version >3.0.0-rc1- SNAPSHOT</version >
1313 </parent >
1414 <artifactId >jackson-datatype-jakarta-jsonp</artifactId >
1515 <name >Jackson datatype: JSON-P (Jakarta)</name >
16- <version >3.0.0-SNAPSHOT</version >
16+ <version >3.0.0-rc1- SNAPSHOT</version >
1717 <packaging >jar</packaging >
1818 <description >Add-on module for Jackson (http://github.com/FasterXML/jackson) to support
1919working with JSON-P (JSON Processing) node types (new Jakarta flavor) via data-binding
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >tools.jackson.datatype</groupId >
1111 <artifactId >jackson-datatypes-misc-parent</artifactId >
12- <version >3.0.0-SNAPSHOT</version >
12+ <version >3.0.0-rc1- SNAPSHOT</version >
1313 </parent >
1414 <artifactId >jackson-datatype-jakarta-mail</artifactId >
1515 <name >Jackson datatype: Jakarta Mail</name >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tools.jackson.datatype</groupId >
1010 <artifactId >jackson-datatypes-misc-parent</artifactId >
11- <version >3.0.0-SNAPSHOT</version >
11+ <version >3.0.0-rc1- SNAPSHOT</version >
1212 </parent >
1313 <artifactId >jackson-datatype-joda-money</artifactId >
1414 <name >Jackson datatype: joda-money</name >
1515 <packaging >jar</packaging >
16- <version >3.0.0-SNAPSHOT</version >
16+ <version >3.0.0-rc1- SNAPSHOT</version >
1717 <description >Support for datatypes of Joda-Money library (https://www.joda.org/joda-money/)
1818 </description >
1919 <url >http://github.com/FasterXML/jackson-datatypes-misc</url >
Original file line number Diff line number Diff line change 88 <parent >
99 <groupId >tools.jackson.datatype</groupId >
1010 <artifactId >jackson-datatypes-misc-parent</artifactId >
11- <version >3.0.0-SNAPSHOT</version >
11+ <version >3.0.0-rc1- SNAPSHOT</version >
1212 </parent >
1313 <artifactId >jackson-datatype-json-org</artifactId >
1414 <name >Jackson datatype: org.json</name >
1515 <packaging >jar</packaging >
16- <version >3.0.0-SNAPSHOT</version >
16+ <version >3.0.0-rc1- SNAPSHOT</version >
1717 <description >Support for datatypes of "org.json" JSON library (see http://json.org/java),
1818mainly to make it easier to upgrade code to Jackson, using automated conversions.
1919 </description >
Original file line number Diff line number Diff line change 99 <parent >
1010 <groupId >tools.jackson.datatype</groupId >
1111 <artifactId >jackson-datatypes-misc-parent</artifactId >
12- <version >3.0.0-SNAPSHOT</version >
12+ <version >3.0.0-rc1- SNAPSHOT</version >
1313 </parent >
1414 <artifactId >jackson-datatype-jsr353</artifactId >
1515 <name >Jackson datatype: jsr-353</name >
16- <version >3.0.0-SNAPSHOT</version >
16+ <version >3.0.0-rc1- SNAPSHOT</version >
1717 <packaging >jar</packaging >
1818 <description >Add-on module for Jackson (http://github.com/FasterXML/jackson) to support
1919working with JSR-353 (JSON-P) node types via data-binding
Original file line number Diff line number Diff line change 33 <parent >
44 <groupId >tools.jackson</groupId >
55 <artifactId >jackson-base</artifactId >
6- <version >3.0.0-SNAPSHOT</version >
6+ <version >3.0.0-rc1- SNAPSHOT</version >
77 </parent >
88 <groupId >tools.jackson.datatype</groupId >
99 <artifactId >jackson-datatypes-misc-parent</artifactId >
1010 <name >Jackson datatypes: misc (parent pom)</name >
11- <version >3.0.0-SNAPSHOT</version >
11+ <version >3.0.0-rc1- SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313 <description >Parent pom for Jackson misc datatype modules
1414 </description >
3131
3232 <properties >
3333 <!-- 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>
4035 </properties >
4136
4237 <dependencies >
10398 </execution >
10499 </executions >
105100 </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 >
116101 </plugins >
117102 </pluginManagement >
118103
You can’t perform that action at this time.
0 commit comments