Skip to content

Commit b0331e1

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

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
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.fasterxml.jackson</groupId>
1212
<artifactId>jackson-parent</artifactId>
13-
<version>2.18</version>
13+
<version>2.18.1-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>Jackson parent poms</name>
@@ -40,7 +40,7 @@
4040
<connection>scm:git:[email protected]:FasterXML/jackson-parent.git</connection>
4141
<developerConnection>scm:git:[email protected]:FasterXML/jackson-parent.git</developerConnection>
4242
<url>http://github.com/FasterXML/jackson-parent</url>
43-
<tag>jackson-parent-2.18</tag>
43+
<tag>HEAD</tag>
4444
</scm>
4545

4646
<properties>
@@ -64,7 +64,7 @@
6464
<packageVersion.template.input>${basedir}/src/main/java/${packageVersion.dir}/PackageVersion.java.in</packageVersion.template.input>
6565
<packageVersion.template.output>${generatedSourcesDir}/${packageVersion.dir}/PackageVersion.java</packageVersion.template.output>
6666

67-
<project.build.outputTimestamp>2024-09-27T01:15:42Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2024-09-27T01:15:49Z</project.build.outputTimestamp>
6868
</properties>
6969

7070
<!-- 17-Sep-2021, tatu: Used to have junit prior to Jackson 2.13, removed due to

0 commit comments

Comments
 (0)