Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imagej-common-2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 3, 2024
1 parent 3551b3c commit 21cc9a7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -125,7 +125,7 @@
<scm>
<connection>scm:git:https://github.com/imagej/imagej-common</connection>
<developerConnection>scm:git:git@github.com:imagej/imagej-common</developerConnection>
<tag>HEAD</tag>
<tag>imagej-common-2.0.5</tag>
<url>https://github.com/imagej/imagej-common</url>
</scm>
<issueManagement>
Expand Down
28 changes: 28 additions & 0 deletions release.properties
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\:git@github.com\:imagej/imagej-common
completedPhase=end-release

0 comments on commit 21cc9a7

Please sign in to comment.