-
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-ij-2.0.2
- 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-ij</artifactId> | ||
<version>2.0.2-SNAPSHOT</version> | ||
<version>2.0.2</version> | ||
|
||
<name>ImgLib2 ImageJ</name> | ||
<description>ImgLib2 display logic using ImageJ.</description> | ||
|
@@ -132,7 +132,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/imglib/imglib2-ij</connection> | ||
<developerConnection>scm:git:[email protected]:imglib/imglib2-ij</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>imglib2-ij-2.0.2</tag> | ||
<url>https://github.com/imglib/imglib2-ij</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 May 08 12:14:29 CEST 2024 | ||
projectVersionPolicyId=default | ||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} | ||
project.scm.net.imglib2\:imglib2-ij.tag=HEAD | ||
pinExternals=false | ||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n | ||
exec.activateProfiles=deploy-to-scijava | ||
pushChanges=false | ||
project.scm.net.imglib2\:imglib2-ij.connection=scm\:git\:https\://github.com/imglib/imglib2-ij | ||
project.dev.net.imglib2\:imglib2-ij=2.0.3-SNAPSHOT | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
remoteTagging=true | ||
scm.commentPrefix=[maven-release-plugin] | ||
releaseStrategyId=default | ||
project.scm.net.imglib2\:imglib2-ij.url=https\://github.com/imglib/imglib2-ij | ||
completedPhase=end-release | ||
project.rel.net.imglib2\:imglib2-ij=2.0.2 | ||
scm.url=scm\:git\:https\://github.com/imglib/imglib2-ij | ||
scm.developmentCommitComment=@{prefix} prepare for next development iteration | ||
exec.additionalArguments=-Dgpg.skip\=true | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=imglib2-ij-2.0.2 | ||
project.scm.net.imglib2\:imglib2-ij.developerConnection=scm\:git\:[email protected]\:imglib/imglib2-ij | ||
exec.snapshotReleasePluginAllowed=false | ||
preparationGoals=clean verify | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
exec.pomFileName=pom.xml |