Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imagej-common-2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 16, 2024
1 parent 4bd1e57 commit 74a9f33
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.1.0-SNAPSHOT</version>
<version>2.1.0</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:[email protected]:imagej/imagej-common</developerConnection>
<tag>HEAD</tag>
<tag>imagej-common-2.1.0</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
#Tue Apr 16 08:12:48 CDT 2024
scm.commentPrefix=[maven-release-plugin]
project.scm.net.imagej\:imagej-common.tag=HEAD
project.rel.net.imagej\:imagej-common=2.1.0
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.dev.net.imagej\:imagej-common=2.1.1-SNAPSHOT
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=imagej-common-2.1.0
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

0 comments on commit 74a9f33

Please sign in to comment.