Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imglib2-ij-2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed May 8, 2024
1 parent b5c861d commit beb58c8
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.imglib2</groupId>
<artifactId>imglib2-ij</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>

<name>ImgLib2 ImageJ</name>
<description>ImgLib2 display logic using ImageJ.</description>
Expand Down Expand Up @@ -132,7 +132,7 @@
<scm>
<connection>scm:git:https://github.com/imglib/imglib2-ij</connection>
<developerConnection>scm:git:[email protected]:imglib/imglib2-ij</developerConnection>
<tag>HEAD</tag>
<tag>imglib2-ij-2.0.2</tag>
<url>https://github.com/imglib/imglib2-ij</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 May 08 12:14:29 CEST 2024
projectVersionPolicyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
project.scm.net.imglib2\:imglib2-ij.tag=HEAD
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.scm.net.imglib2\:imglib2-ij.connection=scm\:git\:https\://github.com/imglib/imglib2-ij
project.dev.net.imglib2\:imglib2-ij=2.0.3-SNAPSHOT
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
project.scm.net.imglib2\:imglib2-ij.url=https\://github.com/imglib/imglib2-ij
completedPhase=end-release
project.rel.net.imglib2\:imglib2-ij=2.0.2
scm.url=scm\:git\:https\://github.com/imglib/imglib2-ij
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=imglib2-ij-2.0.2
project.scm.net.imglib2\:imglib2-ij.developerConnection=scm\:git\:[email protected]\:imglib/imglib2-ij
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit beb58c8

Please sign in to comment.