Skip to content

Commit f4e2a4f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e1910b8 commit f4e2a4f

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>2.16.1</version>
19+
<version>2.16.2-SNAPSHOT</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>jackson-annotations-2.16.1</tag>
37+
<tag>HEAD</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>2023-12-24T04:01:38Z</project.build.outputTimestamp>
53+
<project.build.outputTimestamp>2023-12-24T04:01:53Z</project.build.outputTimestamp>
5454
</properties>
5555

5656
<dependencies>

0 commit comments

Comments
 (0)