-
Notifications
You must be signed in to change notification settings - Fork 8
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 imglib2-roi-0.15.1
- 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.imglib2</groupId> | ||
<artifactId>imglib2-roi</artifactId> | ||
<version>0.15.1-SNAPSHOT</version> | ||
<version>0.15.1</version> | ||
|
||
<name>ImgLib2 ROI</name> | ||
<description>Regions of interest in ImgLib2.</description> | ||
|
@@ -38,7 +38,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/imglib/imglib2-roi</connection> | ||
<developerConnection>scm:git:[email protected]:imglib/imglib2-roi</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>imglib2-roi-0.15.1</tag> | ||
<url>https://github.com/imglib/imglib2-roi</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 | ||
#Mon Sep 02 10:33:18 CEST 2024 | ||
projectVersionPolicyId=default | ||
project.scm.net.imglib2\:imglib2-roi.tag=HEAD | ||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} | ||
pinExternals=false | ||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n | ||
exec.activateProfiles=deploy-to-scijava | ||
project.scm.net.imglib2\:imglib2-roi.developerConnection=scm\:git\:[email protected]\:imglib/imglib2-roi | ||
pushChanges=false | ||
project.rel.net.imglib2\:imglib2-roi=0.15.1 | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
remoteTagging=true | ||
scm.commentPrefix=[maven-release-plugin] | ||
releaseStrategyId=default | ||
project.dev.net.imglib2\:imglib2-roi=0.15.2-SNAPSHOT | ||
completedPhase=end-release | ||
scm.url=scm\:git\:https\://github.com/imglib/imglib2-roi | ||
scm.developmentCommitComment=@{prefix} prepare for next development iteration | ||
project.scm.net.imglib2\:imglib2-roi.connection=scm\:git\:https\://github.com/imglib/imglib2-roi | ||
exec.additionalArguments=-Dgpg.skip\=true | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
project.scm.net.imglib2\:imglib2-roi.url=https\://github.com/imglib/imglib2-roi | ||
scm.tag=imglib2-roi-0.15.1 | ||
exec.snapshotReleasePluginAllowed=false | ||
preparationGoals=clean verify | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
exec.pomFileName=pom.xml |