You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rya.apache.org by mi...@apache.org on 2016/10/17 02:24:05 UTC

incubator-rya git commit: [maven-release-plugin] prepare release rya-incubating-3.2.10-rc2

Repository: incubator-rya
Updated Branches:
  refs/heads/3.2.10-RC [created] 9f0d63e60


[maven-release-plugin] prepare release rya-incubating-3.2.10-rc2


Project: http://git-wip-us.apache.org/repos/asf/incubator-rya/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rya/commit/9f0d63e6
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rya/tree/9f0d63e6
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rya/diff/9f0d63e6

Branch: refs/heads/3.2.10-RC
Commit: 9f0d63e6089df172eb3f41957d2956ec0035953a
Parents: ef5e2bc
Author: Aaron Mihalik <aa...@gmail.com>
Authored: Sun Oct 16 22:24:01 2016 -0400
Committer: Aaron Mihalik <aa...@gmail.com>
Committed: Sun Oct 16 22:24:01 2016 -0400

----------------------------------------------------------------------
 common/pom.xml                                   |  2 +-
 common/rya.api/pom.xml                           |  2 +-
 common/rya.provenance/pom.xml                    |  2 +-
 dao/accumulo.rya/pom.xml                         |  2 +-
 dao/mongodb.rya/pom.xml                          |  2 +-
 dao/pom.xml                                      |  2 +-
 extras/indexing/pom.xml                          | 11 ++++-------
 extras/indexingExample/pom.xml                   |  2 +-
 extras/pom.xml                                   |  2 +-
 extras/rya.benchmark/pom.xml                     |  6 ++----
 extras/rya.console/pom.xml                       |  5 ++---
 extras/rya.indexing.pcj/pom.xml                  |  7 ++-----
 extras/rya.manual/pom.xml                        |  2 +-
 extras/rya.merger/pom.xml                        |  4 ++--
 extras/rya.pcj.fluo/pcj.fluo.api/pom.xml         |  7 ++-----
 extras/rya.pcj.fluo/pcj.fluo.app/pom.xml         |  7 ++-----
 extras/rya.pcj.fluo/pcj.fluo.client/pom.xml      |  7 ++-----
 extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml        |  6 ++----
 extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml |  5 ++---
 extras/rya.pcj.fluo/pom.xml                      |  7 ++-----
 extras/rya.prospector/pom.xml                    |  2 +-
 extras/rya.reasoning/pom.xml                     |  2 +-
 extras/vagrantExample/pom.xml                    |  2 +-
 mapreduce/pom.xml                                |  2 +-
 osgi/alx.rya.console/pom.xml                     |  2 +-
 osgi/alx.rya/pom.xml                             |  2 +-
 osgi/camel.rya/pom.xml                           |  2 +-
 osgi/pom.xml                                     |  2 +-
 pig/accumulo.pig/pom.xml                         |  2 +-
 pig/pom.xml                                      |  2 +-
 pom.xml                                          |  4 ++--
 sail/pom.xml                                     |  2 +-
 web/pom.xml                                      |  2 +-
 web/web.rya/pom.xml                              |  2 +-
 34 files changed, 48 insertions(+), 72 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 0908a25..94ceab7 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/common/rya.api/pom.xml
----------------------------------------------------------------------
diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml
index a6f434d..c7efc89 100644
--- a/common/rya.api/pom.xml
+++ b/common/rya.api/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.common</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/common/rya.provenance/pom.xml
----------------------------------------------------------------------
diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml
index c233ed8..b784703 100644
--- a/common/rya.provenance/pom.xml
+++ b/common/rya.provenance/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.common</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.provenance</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/dao/accumulo.rya/pom.xml
----------------------------------------------------------------------
diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml
index 0b6e85c..a4cb7ea 100644
--- a/dao/accumulo.rya/pom.xml
+++ b/dao/accumulo.rya/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.dao</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>accumulo.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/dao/mongodb.rya/pom.xml
----------------------------------------------------------------------
diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml
index 40554c0..ed91bf7 100644
--- a/dao/mongodb.rya/pom.xml
+++ b/dao/mongodb.rya/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.dao</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>mongodb.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/dao/pom.xml
----------------------------------------------------------------------
diff --git a/dao/pom.xml b/dao/pom.xml
index 902b251..eba7e75 100644
--- a/dao/pom.xml
+++ b/dao/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.dao</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/indexing/pom.xml
----------------------------------------------------------------------
diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml
index 32cdb10..38e684a 100644
--- a/extras/indexing/pom.xml
+++ b/extras/indexing/pom.xml
@@ -11,13 +11,12 @@
 	OF ANY KIND, 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.rya</groupId>
 		<artifactId>rya.extras</artifactId>
-		<version>3.2.10-incubating-SNAPSHOT</version>
+		<version>3.2.10-incubating</version>
 	</parent>
 
 	<artifactId>rya.indexing</artifactId>
@@ -135,8 +134,7 @@
 							<shadedArtifactAttached>true</shadedArtifactAttached>
 							<shadedClassifierName>map-reduce</shadedClassifierName>
 							<transformers>
-								<transformer
-									implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+								<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
 							</transformers>
 							<filters>
 								<filter>
@@ -170,8 +168,7 @@
 								</excludes>
 							</artifactSet>
 							<transformers>
-								<transformer
-									implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
+								<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
 							</transformers>
 							<filters>
 								<filter>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/indexingExample/pom.xml
----------------------------------------------------------------------
diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml
index a392d86..505340b 100644
--- a/extras/indexingExample/pom.xml
+++ b/extras/indexingExample/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.indexing.example</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extras/pom.xml b/extras/pom.xml
index 6ff7d21..232dce5 100644
--- a/extras/pom.xml
+++ b/extras/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.extras</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.benchmark/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.benchmark/pom.xml b/extras/rya.benchmark/pom.xml
index 5f39cc8..015face 100644
--- a/extras/rya.benchmark/pom.xml
+++ b/extras/rya.benchmark/pom.xml
@@ -19,14 +19,12 @@
     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">
          
     <parent>
         <artifactId>rya.extras</artifactId>
         <groupId>org.apache.rya</groupId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.console/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.console/pom.xml b/extras/rya.console/pom.xml
index 13d1cc0..2f94e43 100644
--- a/extras/rya.console/pom.xml
+++ b/extras/rya.console/pom.xml
@@ -19,14 +19,13 @@
     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.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.indexing.pcj/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml
index c29b761..f978fb3 100644
--- a/extras/rya.indexing.pcj/pom.xml
+++ b/extras/rya.indexing.pcj/pom.xml
@@ -17,15 +17,12 @@ KIND, 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">
     
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.manual/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml
index cbb021f..53b0599 100644
--- a/extras/rya.manual/pom.xml
+++ b/extras/rya.manual/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.manual</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.merger/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml
index 85658b8..9a92d33 100644
--- a/extras/rya.merger/pom.xml
+++ b/extras/rya.merger/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.merger</artifactId>
@@ -283,7 +283,7 @@ under the License.
                             <!--<mainClass>org.apache.rya.accumulo.mr.merge.MergeTool</mainClass>-->
                         </manifest>
                         <manifestEntries>
-                            <Built-By></Built-By>
+                            <Built-By />
                             <Class-Path>lib/</Class-Path>
                         </manifestEntries>
                     </archive>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml
index beeb798..e8f3f9f 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml
@@ -17,15 +17,12 @@ KIND, 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">
 
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml
index 49cb713..c08b402 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml
@@ -17,15 +17,12 @@ KIND, 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">
 
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
index 19ca203..c4cd20c 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
@@ -17,15 +17,12 @@ KIND, 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">
 
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
index fea59b9..26d8afc 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
@@ -17,14 +17,12 @@ KIND, 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">
     
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml
index 2cc371d..49cb5e5 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml
@@ -9,13 +9,12 @@
     License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
     OF ANY KIND, 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">
 
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.pcj.fluo/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pom.xml b/extras/rya.pcj.fluo/pom.xml
index c909cb7..49ac6ed 100644
--- a/extras/rya.pcj.fluo/pom.xml
+++ b/extras/rya.pcj.fluo/pom.xml
@@ -17,15 +17,12 @@ KIND, 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">
     
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.prospector/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml
index c40d61c..bb474a3 100644
--- a/extras/rya.prospector/pom.xml
+++ b/extras/rya.prospector/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.prospector</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/rya.reasoning/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml
index b08c15e..630901e 100644
--- a/extras/rya.reasoning/pom.xml
+++ b/extras/rya.reasoning/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.reasoning</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/extras/vagrantExample/pom.xml
----------------------------------------------------------------------
diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml
index 82743f0..418e319 100644
--- a/extras/vagrantExample/pom.xml
+++ b/extras/vagrantExample/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.vagrant.example</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml
index 9274c94..dfa1b8f 100644
--- a/mapreduce/pom.xml
+++ b/mapreduce/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.mapreduce</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/osgi/alx.rya.console/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml
index 4cbede1..e93e3d6 100644
--- a/osgi/alx.rya.console/pom.xml
+++ b/osgi/alx.rya.console/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.osgi</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>alx.rya.console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/osgi/alx.rya/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml
index 7433e7f..e613516 100644
--- a/osgi/alx.rya/pom.xml
+++ b/osgi/alx.rya/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.osgi</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>alx.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/osgi/camel.rya/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml
index c642245..5c382d0 100644
--- a/osgi/camel.rya/pom.xml
+++ b/osgi/camel.rya/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.osgi</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>camel.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 393e0e3..0388671 100644
--- a/osgi/pom.xml
+++ b/osgi/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/pig/accumulo.pig/pom.xml
----------------------------------------------------------------------
diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml
index ca04848..bdf0d41 100644
--- a/pig/accumulo.pig/pom.xml
+++ b/pig/accumulo.pig/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pig</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>accumulo.pig</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/pig/pom.xml
----------------------------------------------------------------------
diff --git a/pig/pom.xml b/pig/pom.xml
index 1a7e579..2b2b514 100644
--- a/pig/pom.xml
+++ b/pig/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.pig</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b170574..b1f55ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ under the License.
 
     <groupId>org.apache.rya</groupId>
     <artifactId>rya-project</artifactId>
-    <version>3.2.10-incubating-SNAPSHOT</version>
+    <version>3.2.10-incubating</version>
 
     <packaging>pom</packaging>
 
@@ -827,7 +827,7 @@ under the License.
     <scm>
         <connection>scm:git:git://git.apache.org/incubator-rya.git</connection>
         <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-rya.git</developerConnection>
-        <tag>HEAD</tag>
+        <tag>rya-incubating-3.2.10-rc2</tag>
         <url>https://git-wip-us.apache.org/repos/asf?p=incubator-rya.git</url>
     </scm>
 </project>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/sail/pom.xml
----------------------------------------------------------------------
diff --git a/sail/pom.xml b/sail/pom.xml
index 47190fd..dc669bb 100644
--- a/sail/pom.xml
+++ b/sail/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.sail</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/web/pom.xml
----------------------------------------------------------------------
diff --git a/web/pom.xml b/web/pom.xml
index 97a31df..3530cbd 100644
--- a/web/pom.xml
+++ b/web/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>rya.web</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/9f0d63e6/web/web.rya/pom.xml
----------------------------------------------------------------------
diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml
index 01ba3fb..0539011 100644
--- a/web/web.rya/pom.xml
+++ b/web/web.rya/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.web</artifactId>
-        <version>3.2.10-incubating-SNAPSHOT</version>
+        <version>3.2.10-incubating</version>
     </parent>
 
     <artifactId>web.rya</artifactId>