Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imagej-legacy-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Nov 11, 2024
1 parent fa7b7c3 commit b10a1bf
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-legacy</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>

<name>ImageJ Legacy Bridge</name>
<description>The legacy component enables backward compatibility with the original version of ImageJ (1.x). It contains the code necessary to translate between ImageJ and ImageJ2 images, so that ImageJ plugins can be executed faithfully.</description>
Expand Down Expand Up @@ -157,7 +157,7 @@
<scm>
<connection>scm:git:https://github.com/imagej/imagej-legacy</connection>
<developerConnection>scm:git:[email protected]:imagej/imagej-legacy</developerConnection>
<tag>HEAD</tag>
<tag>imagej-legacy-2.0.1</tag>
<url>https://github.com/imagej/imagej-legacy</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
#Mon Nov 11 12:51:52 CST 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.net.imagej\:imagej-legacy.url=https\://github.com/imagej/imagej-legacy
project.scm.net.imagej\:imagej-legacy.developerConnection=scm\:git\:[email protected]\:imagej/imagej-legacy
project.rel.net.imagej\:imagej-legacy=2.0.1
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=imagej-legacy-2.0.1
remoteTagging=true
project.dev.net.imagej\:imagej-legacy=2.0.2-SNAPSHOT
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/imagej/imagej-legacy
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
project.scm.net.imagej\:imagej-legacy.connection=scm\:git\:https\://github.com/imagej/imagej-legacy
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-legacy.tag=HEAD
completedPhase=end-release

0 comments on commit b10a1bf

Please sign in to comment.