[maven-release-plugin] prepare release dataset-2.0.0
diff --git a/dataset/pom.xml b/dataset/pom.xml
index 74ab0a0..8a64d58 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -16,9 +16,7 @@
   either  express  or implied.  See  the License  for  the  specific
   language governing permissions and limitations under  the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.clerezza</groupId>
@@ -28,7 +26,7 @@
     </parent>
 
     <artifactId>dataset</artifactId>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.0.0</version>
     <packaging>bundle</packaging>
     <name>Clerezza - DataSet</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
@@ -88,7 +86,7 @@
         <url>https://github.com/apache/clerezza</url>
         <connection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/clerezza.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>dataset-2.0.0</tag>
     </scm>
 
     <build>