Skip to content

Commit 664b3f4

Browse files
committed
[maven-release-plugin] prepare release jackson-annotations-3.0-rc1
1 parent 0de2291 commit 664b3f4

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-rc1-SNAPSHOT</version>
19+
<version>3.0-rc1</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-rc1</tag>
3838
</scm>
3939

4040
<properties>
@@ -55,7 +55,7 @@ https://stackoverflow.com/questions/16302247/maven-property-project-artifact-sel
5555
<bom4gmm.version>3.0.0-rc1-SNAPSHOT</bom4gmm.version>
5656

5757
<!-- for Reproducible Builds -->
58-
<project.build.outputTimestamp>2022-11-27T00:00:00Z</project.build.outputTimestamp>
58+
<project.build.outputTimestamp>2025-03-07T23:12:40Z</project.build.outputTimestamp>
5959
</properties>
6060

6161
<dependencies>

0 commit comments

Comments
 (0)