Skip to content

Commit

Permalink
[maven-release-plugin] prepare release n5-2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
axtimwalde committed May 21, 2021
1 parent b2a8d9b commit 3ee97cd
Show file tree
Hide file tree
Showing 2 changed files with 21 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</artifactId>
<version>2.5.1-SNAPSHOT</version>
<version>2.5.1</version>

<name>N5</name>
<description>Not HDF5</description>
Expand Down Expand Up @@ -81,7 +81,7 @@
<scm>
<connection>scm:git:git://github.com/saalfeldlab/n5</connection>
<developerConnection>scm:git:[email protected]:saalfeldlab/n5</developerConnection>
<tag>HEAD</tag>
<tag>n5-2.5.1</tag>
<url>https://github.com/saalfeldlab/n5</url>
</scm>
<issueManagement>
Expand Down
19 changes: 19 additions & 0 deletions release.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#release configuration
#Fri May 21 17:53:57 EDT 2021
project.dev.org.janelia.saalfeldlab\:n5=2.5.2-SNAPSHOT
scm.tagNameFormat=@{project.artifactId}-@{project.version}
scm.tag=n5-2.5.1
pushChanges=false
scm.url=scm\:git\:git\://github.com/saalfeldlab/n5
preparationGoals=clean verify
project.rel.org.janelia.saalfeldlab\:n5=2.5.1
project.scm.org.janelia.saalfeldlab\:n5.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5
remoteTagging=true
projectVersionPolicyId=default
scm.commentPrefix=[maven-release-plugin]
project.scm.org.janelia.saalfeldlab\:n5.connection=scm\:git\:git\://github.com/saalfeldlab/n5
project.scm.org.janelia.saalfeldlab\:n5.tag=HEAD
exec.snapshotReleasePluginAllowed=false
exec.additionalArguments=-Dgpg.skip\=true -P deploy-to-scijava
project.scm.org.janelia.saalfeldlab\:n5.url=https\://github.com/saalfeldlab/n5
completedPhase=end-release

0 comments on commit 3ee97cd

Please sign in to comment.