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 28, 2023
1 parent ddffd98 commit cbcd1ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -13,7 +13,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<name>Jackson-core</name>
<version>2.15.0-rc2</version>
<version>2.15.0-rc3-SNAPSHOT</version>
<packaging>jar</packaging>
<description>Core Jackson processing abstractions (aka Streaming API), implementation for JSON</description>
<licenses>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:git@github.com:FasterXML/jackson-core.git</connection>
<developerConnection>scm:git:git@github.com:FasterXML/jackson-core.git</developerConnection>
<url>https://github.com/FasterXML/jackson-core</url>
<tag>jackson-core-2.15.0-rc2</tag>
<tag>HEAD</tag>
</scm>

<properties>
Expand Down Expand Up @@ -58,7 +58,7 @@ com.fasterxml.jackson.core.*;version=${project.version}
<packageVersion.package>${project.groupId}.json</packageVersion.package>

<!-- for Reproducible Builds -->
<project.build.outputTimestamp>2023-03-28T22:18:19Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-03-28T22:19:05Z</project.build.outputTimestamp>
</properties>

<!-- Alas, need to include snapshot reference since otherwise can not find
Expand Down
26 changes: 0 additions & 26 deletions release.properties

This file was deleted.

0 comments on commit cbcd1ee

Please sign in to comment.