diff --git a/pom.xml b/pom.xml
index d677eef0..13e0f665 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
 
 	<groupId>org.janelia.saalfeldlab</groupId>
 	<artifactId>n5</artifactId>
-	<version>3.2.1-SNAPSHOT</version>
+	<version>3.3.0</version>
 
 	<name>N5</name>
 	<description>Not HDF5</description>
@@ -123,7 +123,7 @@
 	<scm>
 		<connection>scm:git:git://github.com/saalfeldlab/n5</connection>
 		<developerConnection>scm:git:git@github.com:saalfeldlab/n5</developerConnection>
-		<tag>HEAD</tag>
+		<tag>n5-3.3.0</tag>
 		<url>https://github.com/saalfeldlab/n5</url>
 	</scm>
 	<issueManagement>
diff --git a/release.properties b/release.properties
new file mode 100644
index 00000000..69944cd0
--- /dev/null
+++ b/release.properties
@@ -0,0 +1,28 @@
+#release configuration
+#Tue Jul 16 10:10:32 EDT 2024
+scm.commentPrefix=[maven-release-plugin] 
+exec.pomFileName=pom.xml
+pushChanges=false
+releaseStrategyId=default
+project.scm.org.janelia.saalfeldlab\:n5.developerConnection=scm\:git\:git@github.com\:saalfeldlab/n5
+projectVersionPolicyConfig=<projectVersionPolicyConfig>${projectVersionPolicyConfig}</projectVersionPolicyConfig>\n
+scm.tag=n5-3.3.0
+project.rel.org.janelia.saalfeldlab\:n5=3.3.0
+remoteTagging=true
+exec.additionalArguments=-Dgpg.skip\=true 
+project.scm.org.janelia.saalfeldlab\:n5.tag=HEAD
+scm.branchCommitComment=@{prefix} prepare branch @{releaseLabel}
+projectVersionPolicyId=default
+scm.url=scm\:git\:https\://github.com/saalfeldlab/n5
+scm.tagNameFormat=@{project.artifactId}-@{project.version}
+pinExternals=false
+project.scm.org.janelia.saalfeldlab\:n5.url=https\://github.com/saalfeldlab/n5
+preparationGoals=clean verify
+scm.releaseCommitComment=@{prefix} prepare release @{releaseLabel}
+exec.snapshotReleasePluginAllowed=false
+project.scm.org.janelia.saalfeldlab\:n5.connection=scm\:git\:git\://github.com/saalfeldlab/n5
+exec.activateProfiles=deploy-to-scijava
+scm.developmentCommitComment=@{prefix} prepare for next development iteration
+scm.rollbackCommitComment=@{prefix} rollback the release of @{releaseLabel}
+completedPhase=end-release
+project.dev.org.janelia.saalfeldlab\:n5=3.3.1-SNAPSHOT