-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release imagej-common-2.0.5
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
<groupId>net.imagej</groupId> | ||
<artifactId>imagej-common</artifactId> | ||
<version>2.0.5-SNAPSHOT</version> | ||
<version>2.0.5</version> | ||
|
||
<name>ImageJ Common</name> | ||
<description>This library contains ImageJ's core image data model, based on ImgLib2. It is the primary mechanism by which image data is managed internally by ImageJ2. This component also provides the corresponding core image display logic for user interfaces.</description> | ||
|
@@ -125,7 +125,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/imagej/imagej-common</connection> | ||
<developerConnection>scm:git:[email protected]:imagej/imagej-common</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>imagej-common-2.0.5</tag> | ||
<url>https://github.com/imagej/imagej-common</url> | ||
</scm> | ||
<issueManagement> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
#release configuration | ||
#Wed Apr 03 16:21:28 CDT 2024 | ||
scm.commentPrefix=[maven-release-plugin] | ||
project.scm.net.imagej\:imagej-common.tag=HEAD | ||
project.rel.net.imagej\:imagej-common=2.0.5 | ||
exec.pomFileName=pom.xml | ||
pushChanges=false | ||
releaseStrategyId=default | ||
project.dev.net.imagej\:imagej-common=2.0.6-SNAPSHOT | ||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n | ||
scm.tag=imagej-common-2.0.5 | ||
project.scm.net.imagej\:imagej-common.url=https\://github.com/imagej/imagej-common | ||
remoteTagging=true | ||
exec.additionalArguments=-Dgpg.skip\=true | ||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} | ||
project.scm.net.imagej\:imagej-common.connection=scm\:git\:https\://github.com/imagej/imagej-common | ||
projectVersionPolicyId=default | ||
scm.url=scm\:git\:https\://github.com/imagej/imagej-common | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
pinExternals=false | ||
preparationGoals=clean verify | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
exec.snapshotReleasePluginAllowed=false | ||
exec.activateProfiles=deploy-to-scijava | ||
scm.developmentCommitComment=@{prefix} prepare for next development iteration | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
project.scm.net.imagej\:imagej-common.developerConnection=scm\:git\:[email protected]\:imagej/imagej-common | ||
completedPhase=end-release |