Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Mar 12, 2024
1 parent 7b85f87 commit 2fc78e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-parent</artifactId>
<version>2.17</version>
<version>2.17.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Jackson parent poms</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<connection>scm:git:[email protected]:FasterXML/jackson-parent.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-parent.git</developerConnection>
<url>http://github.com/FasterXML/jackson-parent</url>
<tag>jackson-parent-2.17</tag>
<tag>HEAD</tag>
</scm>

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

<project.build.outputTimestamp>2024-03-12T03:33:51Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-03-12T03:34:02Z</project.build.outputTimestamp>
</properties>

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

0 comments on commit 2fc78e7

Please sign in to comment.