Skip to content

Commit 02aba8a

Browse files
committed
[maven-release-plugin] prepare release jackson-core-2.14.2
1 parent 6293e2f commit 02aba8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<groupId>com.fasterxml.jackson.core</groupId>
1414
<artifactId>jackson-core</artifactId>
1515
<name>Jackson-core</name>
16-
<version>2.14.2-SNAPSHOT</version>
16+
<version>2.14.2</version>
1717
<packaging>bundle</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:[email protected]:FasterXML/jackson-core.git</connection>
3131
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
3232
<url>https://github.com/FasterXML/jackson-core</url>
33-
<tag>HEAD</tag>
33+
<tag>jackson-core-2.14.2</tag>
3434
</scm>
3535

3636
<properties>
@@ -56,7 +56,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
5656
<packageVersion.package>${project.groupId}.json</packageVersion.package>
5757

5858
<!-- for Reproducible Builds -->
59-
<project.build.outputTimestamp>2022-11-21T23:36:40Z</project.build.outputTimestamp>
59+
<project.build.outputTimestamp>2023-01-29T00:52:32Z</project.build.outputTimestamp>
6060
</properties>
6161

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

0 commit comments

Comments
 (0)