Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-dataformat-xml-2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 5, 2024
1 parent 40f7169 commit ec0c00c
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.1-SNAPSHOT</version>
<version>2.17.1</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:git@github.com:FasterXML/jackson-dataformat-xml.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-dataformat-xml.git</developerConnection>
<url>http://github.com/FasterXML/jackson-dataformat-xml</url>
<tag>HEAD</tag>
<tag>jackson-dataformat-xml-2.17.1</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-03-13T00:52:22Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-05-05T02:26:21Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit ec0c00c

Please sign in to comment.