Skip to content

Commit

Permalink
[maven-release-plugin] prepare release imglib2-6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Apr 16, 2024
1 parent e6545cc commit c02152c
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</artifactId>
<version>6.3.1-SNAPSHOT</version>
<version>6.4.0</version>

<name>ImgLib2 Core Library</name>
<description>A multidimensional, type-agnostic image processing library.</description>
Expand All @@ -38,7 +38,7 @@
<scm>
<connection>scm:git:https://github.com/imglib/imglib2</connection>
<developerConnection>scm:git:git@github.com:imglib/imglib2</developerConnection>
<tag>HEAD</tag>
<tag>imglib2-6.4.0</tag>
<url>https://github.com/imglib/imglib2</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 15:10:20 CEST 2024
projectVersionPolicyId=default
project.scm.net.imglib2\:imglib2.tag=HEAD
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
project.scm.net.imglib2\:imglib2.developerConnection=scm\:git\:git@github.com\:imglib/imglib2
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.rel.net.imglib2\:imglib2=6.4.0
project.dev.net.imglib2\:imglib2=6.4.1-SNAPSHOT
project.scm.net.imglib2\:imglib2.connection=scm\:git\:https\://github.com/imglib/imglib2
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
project.scm.net.imglib2\:imglib2.url=https\://github.com/imglib/imglib2
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/imglib/imglib2
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=imglib2-6.4.0
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit c02152c

Please sign in to comment.