Skip to content

Commit

Permalink
[maven-release-plugin] prepare release n5-imglib2-7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Sep 24, 2024
1 parent afd0856 commit 6784076
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>org.janelia.saalfeldlab</groupId>
<artifactId>n5-imglib2</artifactId>
<version>7.0.2-SNAPSHOT</version>
<version>7.0.2</version>

<name>N5 ImgLib2 Bindings</name>
<description>Open N5 datasets as ImgLib2 RandomAccessibles, and write ImgLib2 RandomAccessibles as/ into N5 datasets.</description>
Expand Down Expand Up @@ -123,7 +123,7 @@
<scm>
<connection>scm:git:git://github.com/saalfeldlab/n5-imglib2</connection>
<developerConnection>scm:git:git@github.com:saalfeldlab/n5-imglib2</developerConnection>
<tag>HEAD</tag>
<tag>n5-imglib2-7.0.2</tag>
<url>https://github.com/saalfeldlab/n5-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 Sep 24 16:32:05 CEST 2024
projectVersionPolicyId=default
project.dev.org.janelia.saalfeldlab\:n5-imglib2=7.0.3-SNAPSHOT
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.scm.org.janelia.saalfeldlab\:n5-imglib2.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5-imglib2
project.scm.org.janelia.saalfeldlab\:n5-imglib2.tag=HEAD
remoteTagging=true
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-imglib2
scm.developmentCommitComment=@{prefix} prepare for next development iteration
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
project.rel.org.janelia.saalfeldlab\:n5-imglib2=7.0.2
project.scm.org.janelia.saalfeldlab\:n5-imglib2.url=https\://github.com/saalfeldlab/n5-imglib2
project.scm.org.janelia.saalfeldlab\:n5-imglib2.connection=scm\:git\:git\://github.com/saalfeldlab/n5-imglib2
scm.tag=n5-imglib2-7.0.2
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
exec.pomFileName=pom.xml

0 comments on commit 6784076

Please sign in to comment.