9
9
<parent >
10
10
<groupId >tools.jackson</groupId >
11
11
<artifactId >jackson-base</artifactId >
12
- <version >3.0.0-SNAPSHOT</version >
12
+ <version >3.0.0-rc1- SNAPSHOT</version >
13
13
</parent >
14
14
<groupId >tools.jackson.dataformat</groupId >
15
15
<artifactId >jackson-dataformat-xml</artifactId >
16
- <version >3.0.0-SNAPSHOT</version >
16
+ <version >3.0.0-rc1- SNAPSHOT</version >
17
17
<name >Jackson-dataformat-XML</name >
18
18
<packaging >jar</packaging >
19
19
<description >Data format extension for Jackson to offer
@@ -27,18 +27,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
27
27
<tag >HEAD</tag >
28
28
</scm >
29
29
<properties >
30
- <!-- [databind#4820]: Java 17 baseline -->
31
- <javac .src.version>17</javac .src.version>
32
- <javac .target.version>17</javac .target.version>
33
-
34
30
<packageVersion .dir>tools/jackson/dataformat/xml</packageVersion .dir>
35
31
<packageVersion .package>${project.groupId} .xml</packageVersion .package>
36
32
37
- <!-- Default export should work fine... -->
38
- <!-- And presumably import too? -->
39
-
40
33
<!-- for Reproducible Builds -->
41
- <project .build.outputTimestamp>2022-11-28T00:00:00Z </project .build.outputTimestamp>
34
+ <project .build.outputTimestamp>2025-02-27T00:18:06Z </project .build.outputTimestamp>
42
35
</properties >
43
36
44
37
<dependencies >
@@ -161,21 +154,6 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
161
154
<plugin >
162
155
<groupId >org.jacoco</groupId >
163
156
<artifactId >jacoco-maven-plugin</artifactId >
164
- <executions >
165
- <execution >
166
- <goals >
167
- <goal >prepare-agent</goal >
168
- </goals >
169
- </execution >
170
- <!-- attached to Maven test phase -->
171
- <execution >
172
- <id >report</id >
173
- <phase >test</phase >
174
- <goals >
175
- <goal >report</goal >
176
- </goals >
177
- </execution >
178
- </executions >
179
157
</plugin >
180
158
<plugin > <!-- default settings are fine, just need to enable here -->
181
159
<groupId >com.google.code.maven-replacer-plugin</groupId >
0 commit comments