Skip to content

Commit

Permalink
[maven-release-plugin] prepare release jackson-core-2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 23, 2023
1 parent 180027a commit a2c0bdc
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<name>Jackson-core</name>
<version>2.15.0-SNAPSHOT</version>
<version>2.15.0</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:[email protected]:FasterXML/jackson-core.git</connection>
<developerConnection>scm:git:[email protected]:FasterXML/jackson-core.git</developerConnection>
<url>https://github.com/FasterXML/jackson-core</url>
<tag>HEAD</tag>
<tag>jackson-core-2.15.0</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-04-14T19:44:41Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-04-23T21:18:26Z</project.build.outputTimestamp>
</properties>

<!-- Alas, need to include snapshot reference since otherwise can not find
Expand Down
26 changes: 26 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#release configuration
#Sun Apr 23 14:19:10 PDT 2023
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.dev.com.fasterxml.jackson.core\:jackson-core=2.15.1-SNAPSHOT
project.scm.com.fasterxml.jackson.core\:jackson-core.connection=scm\:git\:[email protected]\:FasterXML/jackson-core.git
scm.tag=jackson-core-2.15.0
remoteTagging=true
project.scm.com.fasterxml.jackson.core\:jackson-core.developerConnection=scm\:git\:[email protected]\:FasterXML/jackson-core.git
exec.additionalArguments=-Prelease
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:[email protected]\:FasterXML/jackson-core.git
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.com.fasterxml.jackson.core\:jackson-core.tag=HEAD
pinExternals=false
project.rel.com.fasterxml.jackson.core\:jackson-core=2.15.0
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
project.scm.com.fasterxml.jackson.core\:jackson-core.url=https\://github.com/FasterXML/jackson-core
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release

0 comments on commit a2c0bdc

Please sign in to comment.