Skip to content

Commit

Permalink
[maven-release-plugin] prepare release n5-ij-4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axtimwalde committed Mar 6, 2024
1 parent cc91ddb commit b432002
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-ij</artifactId>
<version>4.1.1-SNAPSHOT</version>
<version>4.1.1</version>

<name>N5 ImageJ Bindings</name>
<description>ImageJ convenience layer for N5</description>
Expand Down Expand Up @@ -62,7 +62,7 @@
<scm>
<connection>scm:git:git://github.com/saalfeldlab/n5-ij</connection>
<developerConnection>scm:git:[email protected]:saalfeldlab/n5-ij</developerConnection>
<tag>HEAD</tag>
<tag>n5-ij-4.1.1</tag>
<url>https://github.com/saalfeldlab/n5-ij</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 Mar 06 14:49:57 EST 2024
projectVersionPolicyId=default
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
pinExternals=false
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
exec.activateProfiles=deploy-to-scijava
pushChanges=false
project.dev.org.janelia.saalfeldlab\:n5-ij=4.1.2-SNAPSHOT
project.scm.org.janelia.saalfeldlab\:n5-ij.url=https\://github.com/saalfeldlab/n5-ij
project.rel.org.janelia.saalfeldlab\:n5-ij=4.1.1
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
releaseStrategyId=default
completedPhase=end-release
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-ij
scm.developmentCommitComment=@{prefix} prepare for next development iteration
project.scm.org.janelia.saalfeldlab\:n5-ij.tag=HEAD
exec.additionalArguments=-Dgpg.skip\=true
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=n5-ij-4.1.1
project.scm.org.janelia.saalfeldlab\:n5-ij.connection=scm\:git\:git\://github.com/saalfeldlab/n5-ij
project.scm.org.janelia.saalfeldlab\:n5-ij.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5-ij
exec.snapshotReleasePluginAllowed=false
preparationGoals=clean verify
exec.pomFileName=pom.xml
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}

0 comments on commit b432002

Please sign in to comment.