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 Oct 28, 2022
1 parent 229c0be commit ffb3dd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions base/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.14.0-rc3</version>
<version>2.14.0-SNAPSHOT</version>
</parent>
<artifactId>jackson-base</artifactId>
<name>Jackson Base</name>
Expand Down Expand Up @@ -32,7 +32,7 @@ of Jackson: application code should only rely on `jackson-bom`
<jackson-bom.version>${project.parent.version}</jackson-bom.version>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2022-10-28T21:18:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-10-28T21:18:24Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -14,7 +14,7 @@
<description>Bill of Materials pom for getting full, complete set of compatible versions
of Jackson components maintained by FasterXML.com
</description>
<version>2.14.0-rc3</version>
<version>2.14.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -45,7 +45,7 @@ of Jackson components maintained by FasterXML.com
<connection>scm:git:git@github.com:FasterXML/jackson-bom.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-bom.git</developerConnection>
<url>https://github.com/FasterXML/jackson-bom</url>
<tag>jackson-bom-2.14.0-rc3</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down Expand Up @@ -73,7 +73,7 @@ of Jackson components maintained by FasterXML.com
<javax.activation.version>1.2.0</javax.activation.version>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2022-10-28T21:18:18Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-10-28T21:18:24Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit ffb3dd2

Please sign in to comment.