Skip to content

Commit

Permalink
[maven-release-plugin] prepare release bigdataviewer-omezarr-0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabor committed Oct 10, 2023
1 parent 1cadaf7 commit 15bd693
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 @@ -10,7 +10,7 @@

<groupId>org.bigdataviewer</groupId>
<artifactId>bigdataviewer-omezarr</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2.0</version>

<name>BigDataViewer OME-Zarr</name>
<description>This package provides multi image OME-Zarr support in bigdataviewer.</description>
Expand Down Expand Up @@ -70,7 +70,7 @@
<scm>
<connection>scm:git:https://github.com/bigdataviewer/bigdataviewer-omezarr</connection>
<developerConnection>scm:git:[email protected]:bigdataviewer/bigdataviewer-omezarr</developerConnection>
<tag>HEAD</tag>
<tag>bigdataviewer-omezarr-0.2.0</tag>
<url>https://github.com/bigdataviewer/bigdataviewer-omezarr</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 Oct 10 22:19:20 CEST 2023
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
project.rel.org.bigdataviewer\:bigdataviewer-omezarr=0.2.0
pushChanges=false
releaseStrategyId=default
project.scm.org.bigdataviewer\:bigdataviewer-omezarr.url=https\://github.com/bigdataviewer/bigdataviewer-omezarr
project.scm.org.bigdataviewer\:bigdataviewer-omezarr.connection=scm\:git\:https\://github.com/bigdataviewer/bigdataviewer-omezarr
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=bigdataviewer-omezarr-0.2.0
remoteTagging=true
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/bigdataviewer/bigdataviewer-omezarr
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
project.dev.org.bigdataviewer\:bigdataviewer-omezarr=0.2.1-SNAPSHOT
project.scm.org.bigdataviewer\:bigdataviewer-omezarr.developerConnection=scm\:git\:[email protected]\:bigdataviewer/bigdataviewer-omezarr
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}
project.scm.org.bigdataviewer\:bigdataviewer-omezarr.tag=HEAD
completedPhase=end-release

0 comments on commit 15bd693

Please sign in to comment.