diff --git a/pom.xml b/pom.xml
index 27e8ccc..179e4d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
org.janelia.saalfeldlab
n5-aws-s3
- 4.1.3-SNAPSHOT
+ 4.2.0
N5 AWS S3
N5 library implementation using Amazon Web Services S3 backend.
@@ -96,7 +96,7 @@
scm:git:git://github.com/saalfeldlab/n5-aws-s3
scm:git:git@github.com:saalfeldlab/n5-aws-s3
- HEAD
+ n5-aws-s3-4.2.0
https://github.com/saalfeldlab/n5-aws-s3
diff --git a/release.properties b/release.properties
new file mode 100644
index 0000000..c2b71dc
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,28 @@
+#release configuration
+#Wed Jun 05 11:59:19 EDT 2024
+project.rel.org.janelia.saalfeldlab\:n5-aws-s3=4.2.0
+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\:git@github.com\:saalfeldlab/n5-aws-s3
+project.scm.org.janelia.saalfeldlab\:n5-aws-s3.url=https\://github.com/saalfeldlab/n5-aws-s3
+projectVersionPolicyConfig=${projectVersionPolicyConfig}\n
+scm.tag=n5-aws-s3-4.2.0
+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.1-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