Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-dataformat-xml-2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 13, 2024
1 parent 273beed commit c9ea3e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</parent>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.17.0-SNAPSHOT</version>
<version>2.17.0</version>
<name>Jackson-dataformat-XML</name>
<packaging>jar</packaging>
<description>Data format extension for Jackson to offer
Expand All @@ -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>https://github.com/FasterXML/jackson-dataformat-xml</url>
<tag>HEAD</tag>
<tag>jackson-dataformat-xml-2.17.0</tag>
</scm>
<properties>
<packageVersion.dir>com/fasterxml/jackson/dataformat/xml</packageVersion.dir>
Expand All @@ -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-02-27T02:19:55Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-13T00:52:06Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit c9ea3e2

Please sign in to comment.