Skip to content

Commit

Permalink
[maven-release-plugin] prepare release spim_data-2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Sep 26, 2024
1 parent bf79dc7 commit 61d1759
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>sc.fiji</groupId>
<artifactId>spim_data</artifactId>
<version>2.3.3-SNAPSHOT</version>
<version>2.3.3</version>

<name>SPIM Data</name>
<description>representation of multi-angle, multi-channel (etc.) SPIM images and their registration</description>
Expand Down Expand Up @@ -94,7 +94,7 @@
<scm>
<connection>scm:git:https://github.com/bigdataviewer/spimdata</connection>
<developerConnection>scm:git:[email protected]:bigdataviewer/spimdata</developerConnection>
<tag>HEAD</tag>
<tag>spim_data-2.3.3</tag>
<url>https://github.com/bigdataviewer/spimdata</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
#Thu Sep 26 13:14:13 CEST 2024
project.scm.sc.fiji\:spim_data.connection=scm\:git\:https\://github.com/bigdataviewer/spimdata
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.sc.fiji\:spim_data.tag=HEAD
project.rel.sc.fiji\:spim_data=2.3.3
project.dev.sc.fiji\:spim_data=2.3.4-SNAPSHOT
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=spim_data-2.3.3
remoteTagging=true
exec.additionalArguments=-Dgpg.skip\=true
project.scm.sc.fiji\:spim_data.url=https\://github.com/bigdataviewer/spimdata
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/bigdataviewer/spimdata
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.scm.sc.fiji\:spim_data.developerConnection=scm\:git\:[email protected]\:bigdataviewer/spimdata
pinExternals=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.snapshotReleasePluginAllowed=false
exec.activateProfiles=deploy-to-scijava
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
completedPhase=end-release

0 comments on commit 61d1759

Please sign in to comment.