diff --git a/libevm/pom.xml b/libevm/pom.xml
index 1e3da5c..21fe873 100644
--- a/libevm/pom.xml
+++ b/libevm/pom.xml
@@ -3,7 +3,7 @@
4.0.0
io.horizen
libevm
- 1.0.0-SNAPSHOT
+ 1.0.0
${project.groupId}:${project.artifactId}
This library provides access to a standalone version of the go-ethereum EVM and its state storage layer StateDB and underlying LevelDB.
https://github.com/${project.github.organization}/${project.artifactId}