Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-core-2.16.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 20, 2023
1 parent b23e540 commit 75eaef6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<name>Jackson-core</name>
<version>2.16.0-rc1-SNAPSHOT</version>
<version>2.16.0-rc1</version>
<packaging>jar</packaging>
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
<licenses>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
<url>https://github.com/FasterXML/jackson-core</url>
<tag>HEAD</tag>
<tag>jackson-core-2.16.0-rc1</tag>
</scm>

<properties>
Expand Down Expand Up @@ -59,7 +59,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<packageVersion.package>${project.groupId}.json</packageVersion.package>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-04-23T21:19:10Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-10-20T22:17:27Z</project.build.outputTimestamp>
</properties>

<!-- Alas, need to include snapshot reference since otherwise can not find
Expand Down

0 comments on commit 75eaef6

Please sign in to comment.