[maven-release-plugin] prepare release v0.10.0-incubating
diff --git a/pom.xml b/pom.xml
index 4b532d5..adf0457 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.tephra</groupId>
   <artifactId>tephra</artifactId>
-  <version>0.10.0-incubating-SNAPSHOT</version>
+  <version>0.10.0-incubating</version>
   <packaging>pom</packaging>
   <name>Apache Tephra</name>
   <description>
@@ -165,7 +165,7 @@
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-tephra.git</connection>
     <url>https://git-wip-us.apache.org/repos/asf?p=incubator-tephra.git;a=summary</url>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-tephra.git</developerConnection>
-    <tag>HEAD</tag>
+    <tag>v0.10.0-incubating</tag>
   </scm>
 
   <issueManagement>
diff --git a/tephra-api/pom.xml b/tephra-api/pom.xml
index dbbf9b1..f28cc38 100644
--- a/tephra-api/pom.xml
+++ b/tephra-api/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
 
   <artifactId>tephra-api</artifactId>
diff --git a/tephra-core/pom.xml b/tephra-core/pom.xml
index cff773d..80df0de 100644
--- a/tephra-core/pom.xml
+++ b/tephra-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-distribution/pom.xml b/tephra-distribution/pom.xml
index 2ad64e5..467d612 100644
--- a/tephra-distribution/pom.xml
+++ b/tephra-distribution/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   
   <artifactId>tephra-distribution</artifactId>
diff --git a/tephra-examples/cdh-5.7/pom.xml b/tephra-examples/cdh-5.7/pom.xml
index 1fd122d..7844a84 100644
--- a/tephra-examples/cdh-5.7/pom.xml
+++ b/tephra-examples/cdh-5.7/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra-examples</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/cdh-5.8/pom.xml b/tephra-examples/cdh-5.8/pom.xml
index e0ad653..dcbbb37 100644
--- a/tephra-examples/cdh-5.8/pom.xml
+++ b/tephra-examples/cdh-5.8/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>tephra-examples</artifactId>
     <groupId>org.apache.tephra</groupId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/hbase-0.96/pom.xml b/tephra-examples/hbase-0.96/pom.xml
index 802b7d4..27d1cf7 100644
--- a/tephra-examples/hbase-0.96/pom.xml
+++ b/tephra-examples/hbase-0.96/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>tephra-examples</artifactId>
     <groupId>org.apache.tephra</groupId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/hbase-0.98/pom.xml b/tephra-examples/hbase-0.98/pom.xml
index 5cccd85..e4b58c9 100644
--- a/tephra-examples/hbase-0.98/pom.xml
+++ b/tephra-examples/hbase-0.98/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>tephra-examples</artifactId>
     <groupId>org.apache.tephra</groupId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/hbase-1.0-cdh/pom.xml b/tephra-examples/hbase-1.0-cdh/pom.xml
index c377964..b8b4435 100644
--- a/tephra-examples/hbase-1.0-cdh/pom.xml
+++ b/tephra-examples/hbase-1.0-cdh/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>tephra-examples</artifactId>
     <groupId>org.apache.tephra</groupId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/hbase-1.0/pom.xml b/tephra-examples/hbase-1.0/pom.xml
index be0ec8d..8b32f8f 100644
--- a/tephra-examples/hbase-1.0/pom.xml
+++ b/tephra-examples/hbase-1.0/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <artifactId>tephra-examples</artifactId>
     <groupId>org.apache.tephra</groupId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/hbase-1.1/pom.xml b/tephra-examples/hbase-1.1/pom.xml
index da52ff7..1c4a81d 100644
--- a/tephra-examples/hbase-1.1/pom.xml
+++ b/tephra-examples/hbase-1.1/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra-examples</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/hbase-1.2/pom.xml b/tephra-examples/hbase-1.2/pom.xml
index 35c8e22..ccd3dd3 100644
--- a/tephra-examples/hbase-1.2/pom.xml
+++ b/tephra-examples/hbase-1.2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra-examples</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-examples/pom.xml b/tephra-examples/pom.xml
index 002b496..51cfff2 100644
--- a/tephra-examples/pom.xml
+++ b/tephra-examples/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-hbase-compat-0.96/pom.xml b/tephra-hbase-compat-0.96/pom.xml
index 85b1bf3..d195dc8 100644
--- a/tephra-hbase-compat-0.96/pom.xml
+++ b/tephra-hbase-compat-0.96/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-hbase-compat-0.98/pom.xml b/tephra-hbase-compat-0.98/pom.xml
index e29373f..9a1def8 100644
--- a/tephra-hbase-compat-0.98/pom.xml
+++ b/tephra-hbase-compat-0.98/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-hbase-compat-1.0-cdh/pom.xml b/tephra-hbase-compat-1.0-cdh/pom.xml
index 4a96a02..ff1f326 100644
--- a/tephra-hbase-compat-1.0-cdh/pom.xml
+++ b/tephra-hbase-compat-1.0-cdh/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-hbase-compat-1.0/pom.xml b/tephra-hbase-compat-1.0/pom.xml
index 5812d01..0387421 100644
--- a/tephra-hbase-compat-1.0/pom.xml
+++ b/tephra-hbase-compat-1.0/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-hbase-compat-1.1-base/pom.xml b/tephra-hbase-compat-1.1-base/pom.xml
index b6a58e0..eae10d9 100644
--- a/tephra-hbase-compat-1.1-base/pom.xml
+++ b/tephra-hbase-compat-1.1-base/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml
index 9694873..fcb1999 100644
--- a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml
+++ b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra-hbase-compat-1.1-base</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml
index 6a3af5d..05d7182 100644
--- a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml
+++ b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra-hbase-compat-1.1-base</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
diff --git a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml
index 890db4b..d76317d 100644
--- a/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml
+++ b/tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.tephra</groupId>
     <artifactId>tephra-hbase-compat-1.1-base</artifactId>
-    <version>0.10.0-incubating-SNAPSHOT</version>
+    <version>0.10.0-incubating</version>
     <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>