Skip to content

Commit

Permalink
[maven-release-plugin] prepare release n5-universe-1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Mar 5, 2024
1 parent 403efd3 commit f91e202
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 deletions.
6 changes: 3 additions & 3 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>1.4.0-SNAPSHOT</version>
<version>1.4.0</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-1.4.0</tag>
<url>https://github.com/saalfeldlab/n5-universe</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -290,7 +290,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes combine.self="override"/>
<excludes combine.self="override" />
</configuration>
</plugin>
</plugins>
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 Mar 05 16:51:04 EST 2024
completedPhase=end-release
exec.activateProfiles=deploy-to-scijava
exec.additionalArguments=-Dgpg.skip\=true
exec.pomFileName=pom.xml
exec.snapshotReleasePluginAllowed=false
pinExternals=false
preparationGoals=clean verify
project.dev.org.janelia.saalfeldlab\:n5-universe=1.4.1-SNAPSHOT
project.rel.org.janelia.saalfeldlab\:n5-universe=1.4.0
project.scm.org.janelia.saalfeldlab\:n5-universe.connection=scm\:git\:git\://github.com/saalfeldlab/n5-universe
project.scm.org.janelia.saalfeldlab\:n5-universe.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5-universe
project.scm.org.janelia.saalfeldlab\:n5-universe.tag=HEAD
project.scm.org.janelia.saalfeldlab\:n5-universe.url=https\://github.com/saalfeldlab/n5-universe
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
projectVersionPolicyId=default
pushChanges=false
releaseStrategyId=default
remoteTagging=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
scm.commentPrefix=[maven-release-plugin]
scm.developmentCommitComment=@{prefix} prepare for next development iteration
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
scm.tag=n5-universe-1.4.0
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-universe

0 comments on commit f91e202

Please sign in to comment.