diff --git a/core/pom.xml b/core/pom.xml
index c89fce2c..4eced487 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,7 +3,7 @@
io.parsingdata
metal
- 5.0.0-SNAPSHOT
+ 5.0.0
metal-core
${project.groupId}:${project.artifactId}
diff --git a/formats/pom.xml b/formats/pom.xml
index 94456a55..3fbcca65 100644
--- a/formats/pom.xml
+++ b/formats/pom.xml
@@ -3,7 +3,7 @@
io.parsingdata
metal
- 5.0.0-SNAPSHOT
+ 5.0.0
metal-formats
${project.groupId}:${project.artifactId}
diff --git a/pom.xml b/pom.xml
index 37dfb094..2fbb95fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
io.parsingdata
metal
${project.groupId}:${project.artifactId}
- 5.0.0-SNAPSHOT
+ 5.0.0
pom
http://parsingdata.io/
A Java library for parsing binary data formats, using declarative descriptions.