Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit fc1bc93

Browse filesBrowse files
committed
[maven-release-plugin] prepare release jackson-core-2.18.2
1 parent 44f793e commit fc1bc93
Copy full SHA for fc1bc93

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎pom.xml

Copy file name to clipboardExpand all lines: pom.xml
+3-3Lines 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.18.2-SNAPSHOT</version>
16+
<version>2.18.2</version>
1717
<packaging>jar</packaging>
1818
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
1919
<licenses>
@@ -29,7 +29,7 @@
2929
<connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
3030
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
3131
<url>https://github.com/FasterXML/jackson-core</url>
32-
<tag>HEAD</tag>
32+
<tag>jackson-core-2.18.2</tag>
3333
</scm>
3434

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

5959
<!-- for Reproducible Builds -->
60-
<project.build.outputTimestamp>2024-10-28T23:11:58Z</project.build.outputTimestamp>
60+
<project.build.outputTimestamp>2024-11-28T00:54:33Z</project.build.outputTimestamp>
6161
</properties>
6262

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.