-
Notifications
You must be signed in to change notification settings - Fork 91
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-7.1.0
- 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</artifactId> | ||
<version>7.0.4-SNAPSHOT</version> | ||
<version>7.1.0</version> | ||
|
||
<name>ImgLib2 Core Library</name> | ||
<description>A multidimensional, type-agnostic image processing library.</description> | ||
|
@@ -38,7 +38,7 @@ | |
<scm> | ||
<connection>scm:git:https://github.com/imglib/imglib2</connection> | ||
<developerConnection>scm:git:[email protected]:imglib/imglib2</developerConnection> | ||
<tag>HEAD</tag> | ||
<tag>imglib2-7.1.0</tag> | ||
<url>https://github.com/imglib/imglib2</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 | ||
#Fri Aug 09 12:36:53 CEST 2024 | ||
projectVersionPolicyId=default | ||
project.scm.net.imglib2\:imglib2.tag=HEAD | ||
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel} | ||
pinExternals=false | ||
project.scm.net.imglib2\:imglib2.developerConnection=scm\:git\:[email protected]\:imglib/imglib2 | ||
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n | ||
exec.activateProfiles=deploy-to-scijava | ||
pushChanges=false | ||
project.rel.net.imglib2\:imglib2=7.1.0 | ||
project.dev.net.imglib2\:imglib2=7.1.1-SNAPSHOT | ||
project.scm.net.imglib2\:imglib2.connection=scm\:git\:https\://github.com/imglib/imglib2 | ||
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel} | ||
remoteTagging=true | ||
scm.commentPrefix=[maven-release-plugin] | ||
releaseStrategyId=default | ||
project.scm.net.imglib2\:imglib2.url=https\://github.com/imglib/imglib2 | ||
completedPhase=end-release | ||
scm.url=scm\:git\:https\://github.com/imglib/imglib2 | ||
scm.developmentCommitComment=@{prefix} prepare for next development iteration | ||
exec.additionalArguments=-Dgpg.skip\=true | ||
scm.tagNameFormat=@{project.artifactId}-@{project.version} | ||
scm.tag=imglib2-7.1.0 | ||
exec.snapshotReleasePluginAllowed=false | ||
preparationGoals=clean verify | ||
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel} | ||
exec.pomFileName=pom.xml |