[maven-release-plugin] prepare release 0.1.0-incubating
diff --git a/api/pom.xml b/api/pom.xml
index 0f99f02..5b7efa8 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.1.0-incubating-SNAPSHOT</version>
+        <version>0.1.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-api</artifactId>
diff --git a/pom.xml b/pom.xml
index 54ca9c3..d381242 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-rdf-parent</artifactId>
-    <version>0.1.0-incubating-SNAPSHOT</version>
+    <version>0.1.0-incubating</version>
     <packaging>pom</packaging>
 
     <name>Commons RDF</name>
@@ -66,7 +66,7 @@
         <url>https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</url>
         <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-commonsrdf.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>0.1.0-incubating</tag>
     </scm>
 
     <issueManagement>
diff --git a/simple/pom.xml b/simple/pom.xml
index fb8184f..514142e 100644
--- a/simple/pom.xml
+++ b/simple/pom.xml
@@ -24,7 +24,7 @@
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-rdf-parent</artifactId>
-        <version>0.1.0-incubating-SNAPSHOT</version>
+        <version>0.1.0-incubating</version>
     </parent>
 
     <artifactId>commons-rdf-simple</artifactId>