Skip to content

Commit 8a1425e

Browse files
committed
Version to 3.0.0-rc1-SNAPSHOT
1 parent 46ca656 commit 8a1425e

File tree

1 file changed

+3
-25
lines changed

1 file changed

+3
-25
lines changed

pom.xml

+3-25
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
<parent>
1010
<groupId>tools.jackson</groupId>
1111
<artifactId>jackson-base</artifactId>
12-
<version>3.0.0-SNAPSHOT</version>
12+
<version>3.0.0-rc1-SNAPSHOT</version>
1313
</parent>
1414
<groupId>tools.jackson.dataformat</groupId>
1515
<artifactId>jackson-dataformat-xml</artifactId>
16-
<version>3.0.0-SNAPSHOT</version>
16+
<version>3.0.0-rc1-SNAPSHOT</version>
1717
<name>Jackson-dataformat-XML</name>
1818
<packaging>jar</packaging>
1919
<description>Data format extension for Jackson to offer
@@ -27,18 +27,11 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
2727
<tag>HEAD</tag>
2828
</scm>
2929
<properties>
30-
<!-- [databind#4820]: Java 17 baseline -->
31-
<javac.src.version>17</javac.src.version>
32-
<javac.target.version>17</javac.target.version>
33-
3430
<packageVersion.dir>tools/jackson/dataformat/xml</packageVersion.dir>
3531
<packageVersion.package>${project.groupId}.xml</packageVersion.package>
3632

37-
<!-- Default export should work fine... -->
38-
<!-- And presumably import too? -->
39-
4033
<!-- 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>
4235
</properties>
4336

4437
<dependencies>
@@ -161,21 +154,6 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos.
161154
<plugin>
162155
<groupId>org.jacoco</groupId>
163156
<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>
179157
</plugin>
180158
<plugin> <!-- default settings are fine, just need to enable here -->
181159
<groupId>com.google.code.maven-replacer-plugin</groupId>

0 commit comments

Comments
 (0)