Skip to content

Commit 77449c3

Browse files
committed
[maven-release-plugin] prepare release jackson-annotations-2.19.1
1 parent 6eea441 commit 77449c3

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
@@ -16,7 +16,7 @@
1616
<groupId>com.fasterxml.jackson.core</groupId>
1717
<artifactId>jackson-annotations</artifactId>
1818
<name>Jackson-annotations</name>
19-
<version>2.19.1-SNAPSHOT</version>
19+
<version>2.19.1</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>
@@ -34,7 +34,7 @@
3434
<connection>scm:git:[email protected]:FasterXML/jackson-annotations.git</connection>
3535
<developerConnection>scm:git:[email protected]:FasterXML/jackson-annotations.git</developerConnection>
3636
<url>https://github.com/FasterXML/jackson-annotations</url>
37-
<tag>HEAD</tag>
37+
<tag>jackson-annotations-2.19.1</tag>
3838
</scm>
3939

4040
<properties>
@@ -50,7 +50,7 @@
5050
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
5151

5252
<!-- for Reproducible Builds -->
53-
<project.build.outputTimestamp>2025-04-24T23:17:28Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2025-06-14T01:01:57Z</project.build.outputTimestamp>
5454
</properties>
5555

5656
<dependencies>

0 commit comments

Comments
 (0)