Skip to content

Commit

Permalink
[maven-release-plugin] prepare release n5-aws-s3-4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Jul 16, 2024
1 parent 6dac14d commit 4d6db6e
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-aws-s3</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.2.1</version>

<name>N5 AWS S3</name>
<description>N5 library implementation using Amazon Web Services S3 backend.</description>
Expand Down Expand Up @@ -96,7 +96,7 @@
<scm>
<connection>scm:git:git://github.com/saalfeldlab/n5-aws-s3</connection>
<developerConnection>scm:git:[email protected]:saalfeldlab/n5-aws-s3</developerConnection>
<tag>HEAD</tag>
<tag>n5-aws-s3-4.2.1</tag>
<url>https://github.com/saalfeldlab/n5-aws-s3</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 Jul 16 11:17:33 EDT 2024
project.rel.org.janelia.saalfeldlab\:n5-aws-s3=4.2.1
scm.commentPrefix=[maven-release-plugin]
project.scm.org.janelia.saalfeldlab\:n5-aws-s3.tag=HEAD
exec.pomFileName=pom.xml
pushChanges=false
releaseStrategyId=default
project.scm.org.janelia.saalfeldlab\:n5-aws-s3.developerConnection=scm\:git\:[email protected]\:saalfeldlab/n5-aws-s3
project.scm.org.janelia.saalfeldlab\:n5-aws-s3.url=https\://github.com/saalfeldlab/n5-aws-s3
projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
scm.tag=n5-aws-s3-4.2.1
remoteTagging=true
exec.additionalArguments=-Dgpg.skip\=true
scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
projectVersionPolicyId=default
scm.url=scm\:git\:https\://github.com/saalfeldlab/n5-aws-s3
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pinExternals=false
project.scm.org.janelia.saalfeldlab\:n5-aws-s3.connection=scm\:git\:git\://github.com/saalfeldlab/n5-aws-s3
project.dev.org.janelia.saalfeldlab\:n5-aws-s3=4.2.2-SNAPSHOT
preparationGoals=clean verify
scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
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 4d6db6e

Please sign in to comment.