Skip to content

Commit

Permalink
[maven-release-plugin] prepare release n5-universe-2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Dec 16, 2024
1 parent 5eaa8b9 commit eb431ad
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-universe</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>2.0.1</version>

<name>N5-Universe</name>
<description>Utilities spanning all of the N5 repositories</description>
Expand Down Expand Up @@ -89,7 +89,7 @@
<scm>
<connection>scm:git:git://github.com/saalfeldlab/n5-universe</connection>
<developerConnection>scm:git:[email protected]:saalfeldlab/n5-universe</developerConnection>
<tag>HEAD</tag>
<tag>n5-universe-2.0.1</tag>
<url>https://github.com/saalfeldlab/n5-universe</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
#Mon Dec 16 14:41:05 EST 2024
scm.commentPrefix=[maven-release-plugin]
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=n5-universe-2.0.1
remoteTagging=true
project.scm.org.janelia.saalfeldlab\:n5-universe.connection=scm\:git\:git\://github.com/saalfeldlab/n5-universe
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
project.rel.org.janelia.saalfeldlab\:n5-universe=2.0.1
projectVersionPolicyId=default
project.scm.org.janelia.saalfeldlab\:n5-universe.tag=HEAD
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-universe
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
preparationGoals=clean verify
project.scm.org.janelia.saalfeldlab\:n5-universe.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5-universe
project.scm.org.janelia.saalfeldlab\:n5-universe.url=https\://github.com/saalfeldlab/n5-universe
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
project.dev.org.janelia.saalfeldlab\:n5-universe=2.0.2-SNAPSHOT
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 eb431ad

Please sign in to comment.