Skip to content

Commit 6d19348

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent c638c81 commit 6d19348

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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.22</version>
19+
<version>2.22.1-SNAPSHOT</version>
2020
<packaging>jar</packaging>
2121
<description>Core annotations used for value types, used by Jackson data binding package.
2222
</description>
@@ -34,15 +34,15 @@
3434
<connection>scm:git:git@github.com:FasterXML/jackson-annotations.git</connection>
3535
<developerConnection>scm:git:git@github.com:FasterXML/jackson-annotations.git</developerConnection>
3636
<url>https://github.com/FasterXML/jackson-annotations</url>
37-
<tag>jackson-annotations-2.22</tag>
37+
<tag>HEAD</tag>
3838
</scm>
3939

4040
<properties>
4141
<!-- 10-Jul-2025, tatu: Time to move on; leave at defaults for Java/JDK 8 -->
4242
<osgi.export>com.fasterxml.jackson.annotation.*;version=${project.version}</osgi.export>
4343

4444
<!-- for Reproducible Builds -->
45-
<project.build.outputTimestamp>2026-05-31T04:44:17Z</project.build.outputTimestamp>
45+
<project.build.outputTimestamp>2026-05-31T04:44:31Z</project.build.outputTimestamp>
4646
</properties>
4747

4848
<dependencies>

0 commit comments

Comments
 (0)