-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare for next development iteration
- Loading branch information
1 parent
2ddb970
commit acd25dc
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
</parent> | ||
<groupId>com.fasterxml.jackson.dataformat</groupId> | ||
<artifactId>jackson-dataformat-xml</artifactId> | ||
<version>2.17.3</version> | ||
<version>2.17.4-SNAPSHOT</version> | ||
<name>Jackson-dataformat-XML</name> | ||
<packaging>jar</packaging> | ||
<description>Data format extension for Jackson to offer | ||
|
@@ -24,7 +24,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos. | |
<connection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</connection> | ||
<developerConnection>scm:git:[email protected]:FasterXML/jackson-dataformat-xml.git</developerConnection> | ||
<url>http://github.com/FasterXML/jackson-dataformat-xml</url> | ||
<tag>jackson-dataformat-xml-2.17.3</tag> | ||
<tag>HEAD</tag> | ||
</scm> | ||
<properties> | ||
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir> | ||
|
@@ -34,7 +34,7 @@ alternative support for serializing POJOs as XML and deserializing XML as pojos. | |
<!-- And presumably import too? --> | ||
|
||
<!-- for Reproducible Builds --> | ||
<project.build.outputTimestamp>2024-11-01T21:20:12Z</project.build.outputTimestamp> | ||
<project.build.outputTimestamp>2024-11-01T21:20:28Z</project.build.outputTimestamp> | ||
</properties> | ||
|
||
<dependencies> | ||
|