Skip to content

Commit

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

<name>ImgLib2 Algorithms</name>
<description>Useful image processing algorithms.</description>
Expand Down Expand Up @@ -173,7 +173,7 @@
<scm>
<connection>scm:git:https://github.com/imglib/imglib2-algorithm</connection>
<developerConnection>scm:git:git@github.com:imglib/imglib2-algorithm</developerConnection>
<tag>HEAD</tag>
<tag>imglib2-algorithm-0.15.2</tag>
<url>https://github.com/imglib/imglib2-algorithm</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 11:41:55 CEST 2024
projectVersionPolicyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
project.scm.net.imglib2\:imglib2-algorithm.connection=scm\:git\:https\://github.com/imglib/imglib2-algorithm
project.scm.net.imglib2\:imglib2-algorithm.tag=HEAD
project.rel.net.imglib2\:imglib2-algorithm=0.15.2
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.dev.net.imglib2\:imglib2-algorithm=0.15.3-SNAPSHOT
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
project.scm.net.imglib2\:imglib2-algorithm.url=https\://github.com/imglib/imglib2-algorithm
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/imglib/imglib2-algorithm
scm.developmentCommitComment=@{prefix} prepare for next development iteration
project.scm.net.imglib2\:imglib2-algorithm.developerConnection=scm\:git\:git@github.com\:imglib/imglib2-algorithm
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=imglib2-algorithm-0.15.2
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit b84fcf7

Please sign in to comment.