Skip to content

Commit 8323f2b

Browse files
committed
[maven-release-plugin] prepare release jackson-annotations-3.0-rc2
1 parent fd37734 commit 8323f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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>3.0-rc2-SNAPSHOT</version>
19+
<version>3.0-rc2</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>http://github.com/FasterXML/jackson-annotations</url>
37-
<tag>HEAD</tag>
37+
<tag>jackson-annotations-3.0-rc2</tag>
3838
</scm>
3939

4040
<properties>
@@ -58,7 +58,7 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
5858
<bom4gmm.version>3.0.0-rc2</bom4gmm.version>
5959

6060
<!-- for Reproducible Builds -->
61-
<project.build.outputTimestamp>2025-03-07T23:12:53Z</project.build.outputTimestamp>
61+
<project.build.outputTimestamp>2025-03-28T22:32:44Z</project.build.outputTimestamp>
6262
</properties>
6363

6464
<dependencies>

0 commit comments

Comments
 (0)