Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-dataformat-xml-2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 24, 2023
1 parent 23645c6 commit e5b06f5
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.15.0-SNAPSHOT</version>
<version>2.15.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: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.15.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>2023-04-14T21:20:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-24T00:29:11Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit e5b06f5

Please sign in to comment.