Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imagej-legacy-1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed May 6, 2024
1 parent 8194e6a commit 81f658b
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>1.2.2-SNAPSHOT</version>
<version>1.2.2</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-1.2.2</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 May 06 11:12:15 CDT 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=1.2.2
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=imagej-legacy-1.2.2
remoteTagging=true
project.dev.net.imagej\:imagej-legacy=1.2.3-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 81f658b

Please sign in to comment.