Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-parent-2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 23, 2023
1 parent 0e82493 commit 9cdab9c
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.15-SNAPSHOT</version>
<version>2.15</version>
<packaging>pom</packaging>

<name>Jackson parent poms</name>
Expand Down Expand Up @@ -40,7 +40,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-parent.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-parent.git</developerConnection>
<url>http://github.com/FasterXML/jackson-parent</url>
<tag>HEAD</tag>
<tag>jackson-parent-2.15</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>2023-04-14T18:32:36Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T20:09:36Z</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 9cdab9c

Please sign in to comment.