diff --git a/pom.xml b/pom.xml
index 6610911..6070449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
 	<groupId>org.jpmml</groupId>
 	<artifactId>jpmml-h2o</artifactId>
-	<version>1.1-SNAPSHOT</version>
+	<version>1.1.0</version>
 
 	<name>JPMML-H2O</name>
 	<description>Java library and command-line application for converting H2O.ai models to PMML</description>
@@ -35,7 +35,7 @@
 		<connection>scm:git:git@github.com:jpmml/jpmml-h2o.git</connection>
 		<developerConnection>scm:git:git@github.com:jpmml/jpmml-h2o.git</developerConnection>
 		<url>git://github.com/jpmml/jpmml-h2o.git</url>
-		<tag>HEAD</tag>
+		<tag>1.1.0</tag>
 	</scm>
 	<issueManagement>
 		<system>GitHub</system>