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/09/07 23:10:31 UTC

incubator-rya git commit: [maven-release-plugin] prepare for next development iteration

Repository: incubator-rya
Updated Branches:
  refs/heads/3.2.10-RC1 0ea7b24b9 -> 4696c0838


[maven-release-plugin] prepare for next development iteration


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

Branch: refs/heads/3.2.10-RC1
Commit: 4696c0838d99649018dd1da293d930baa19de7b0
Parents: 0ea7b24
Author: Aaron Mihalik <mi...@alum.mit.edu>
Authored: Wed Sep 7 19:10:28 2016 -0400
Committer: Aaron Mihalik <mi...@alum.mit.edu>
Committed: Wed Sep 7 19:10:28 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                          | 2 +-
 extras/indexingExample/pom.xml                   | 2 +-
 extras/pom.xml                                   | 2 +-
 extras/rya.console/pom.xml                       | 2 +-
 extras/rya.indexing.pcj/pom.xml                  | 2 +-
 extras/rya.manual/pom.xml                        | 2 +-
 extras/rya.merger/pom.xml                        | 2 +-
 extras/rya.pcj.fluo/pcj.fluo.api/pom.xml         | 2 +-
 extras/rya.pcj.fluo/pcj.fluo.app/pom.xml         | 2 +-
 extras/rya.pcj.fluo/pcj.fluo.client/pom.xml      | 2 +-
 extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml        | 2 +-
 extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml | 2 +-
 extras/rya.pcj.fluo/pom.xml                      | 2 +-
 extras/rya.prospector/pom.xml                    | 2 +-
 extras/rya.reasoning/pom.xml                     | 2 +-
 extras/tinkerpop.rya/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, 35 insertions(+), 35 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index ef37e74..9f932db 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.common</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/common/rya.api/pom.xml
----------------------------------------------------------------------
diff --git a/common/rya.api/pom.xml b/common/rya.api/pom.xml
index 774e555..06574c5 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.api</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/common/rya.provenance/pom.xml
----------------------------------------------------------------------
diff --git a/common/rya.provenance/pom.xml b/common/rya.provenance/pom.xml
index a6680a9..f950530 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.provenance</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/dao/accumulo.rya/pom.xml
----------------------------------------------------------------------
diff --git a/dao/accumulo.rya/pom.xml b/dao/accumulo.rya/pom.xml
index b2ed1c8..a0061f1 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>accumulo.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/dao/mongodb.rya/pom.xml
----------------------------------------------------------------------
diff --git a/dao/mongodb.rya/pom.xml b/dao/mongodb.rya/pom.xml
index bedaa34..ef8e643 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>mongodb.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/dao/pom.xml
----------------------------------------------------------------------
diff --git a/dao/pom.xml b/dao/pom.xml
index 87104ce..f003ba0 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.dao</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/indexing/pom.xml
----------------------------------------------------------------------
diff --git a/extras/indexing/pom.xml b/extras/indexing/pom.xml
index a925bc6..58d0b6b 100644
--- a/extras/indexing/pom.xml
+++ b/extras/indexing/pom.xml
@@ -16,7 +16,7 @@
 	<parent>
 		<groupId>org.apache.rya</groupId>
 		<artifactId>rya.extras</artifactId>
-		<version>3.2.10</version>
+		<version>3.2.11-SNAPSHOT</version>
 	</parent>
 
 	<artifactId>rya.indexing</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/indexingExample/pom.xml
----------------------------------------------------------------------
diff --git a/extras/indexingExample/pom.xml b/extras/indexingExample/pom.xml
index 654e27f..49cfb60 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.indexing.example</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/pom.xml
----------------------------------------------------------------------
diff --git a/extras/pom.xml b/extras/pom.xml
index f52bfd5..6266860 100644
--- a/extras/pom.xml
+++ b/extras/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya-project</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.extras</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.console/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.console/pom.xml b/extras/rya.console/pom.xml
index 3c0ca73..74e60a2 100644
--- a/extras/rya.console/pom.xml
+++ b/extras/rya.console/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.indexing.pcj/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.indexing.pcj/pom.xml b/extras/rya.indexing.pcj/pom.xml
index c054942..942842f 100644
--- a/extras/rya.indexing.pcj/pom.xml
+++ b/extras/rya.indexing.pcj/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.manual/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.manual/pom.xml b/extras/rya.manual/pom.xml
index fdc770a..86295e4 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.manual</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.merger/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.merger/pom.xml b/extras/rya.merger/pom.xml
index c4391ce..a30670f 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.merger</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/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 9587920..552a300 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.api/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/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 b88d742..13d53f0 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.app/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/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 199cff2..b660bf8 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.client/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/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 3413ada..975125f 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.demo/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/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 a176bb1..99b242a 100644
--- a/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml
+++ b/extras/rya.pcj.fluo/pcj.fluo.integration/pom.xml
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.pcj.fluo.parent</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.pcj.fluo/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.pcj.fluo/pom.xml b/extras/rya.pcj.fluo/pom.xml
index e6ed386..2460e03 100644
--- a/extras/rya.pcj.fluo/pom.xml
+++ b/extras/rya.pcj.fluo/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
     
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.prospector/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.prospector/pom.xml b/extras/rya.prospector/pom.xml
index 7bb2567..71f8ba6 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.prospector</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/rya.reasoning/pom.xml
----------------------------------------------------------------------
diff --git a/extras/rya.reasoning/pom.xml b/extras/rya.reasoning/pom.xml
index 09e5ffb..e347db5 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.reasoning</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/tinkerpop.rya/pom.xml
----------------------------------------------------------------------
diff --git a/extras/tinkerpop.rya/pom.xml b/extras/tinkerpop.rya/pom.xml
index e38992e..f40f1b3 100644
--- a/extras/tinkerpop.rya/pom.xml
+++ b/extras/tinkerpop.rya/pom.xml
@@ -24,7 +24,7 @@ under the License.
     <parent>
         <groupId>org.apache.rya</groupId>
         <artifactId>rya.extras</artifactId>
-        <version>3.2.10</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>tinkerpop.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/extras/vagrantExample/pom.xml
----------------------------------------------------------------------
diff --git a/extras/vagrantExample/pom.xml b/extras/vagrantExample/pom.xml
index 79abe9d..460d9bb 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.vagrant.example</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/mapreduce/pom.xml
----------------------------------------------------------------------
diff --git a/mapreduce/pom.xml b/mapreduce/pom.xml
index 99a227d..384d97e 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.mapreduce</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/osgi/alx.rya.console/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/alx.rya.console/pom.xml b/osgi/alx.rya.console/pom.xml
index 80678e3..fcc06db 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>alx.rya.console</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/osgi/alx.rya/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/alx.rya/pom.xml b/osgi/alx.rya/pom.xml
index bf66273..85e4abb 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>alx.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/osgi/camel.rya/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/camel.rya/pom.xml b/osgi/camel.rya/pom.xml
index baed11e..5c70ce3 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>camel.rya</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/osgi/pom.xml
----------------------------------------------------------------------
diff --git a/osgi/pom.xml b/osgi/pom.xml
index 305ffd7..6d3384a 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.osgi</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/pig/accumulo.pig/pom.xml
----------------------------------------------------------------------
diff --git a/pig/accumulo.pig/pom.xml b/pig/accumulo.pig/pom.xml
index fa1e487..f4a37a0 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>accumulo.pig</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/pig/pom.xml
----------------------------------------------------------------------
diff --git a/pig/pom.xml b/pig/pom.xml
index 4759b32..a014676 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.pig</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7598da8..ea36ad4 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</version>
+    <version>3.2.11-SNAPSHOT</version>
 
     <packaging>pom</packaging>
 
@@ -802,7 +802,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>v3.2.10</tag>
+        <tag>v3.2.10-SNAPSHOT</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/4696c083/sail/pom.xml
----------------------------------------------------------------------
diff --git a/sail/pom.xml b/sail/pom.xml
index bfe041e..29d891a 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.sail</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/web/pom.xml
----------------------------------------------------------------------
diff --git a/web/pom.xml b/web/pom.xml
index 43a3d5a..135f7b7 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>rya.web</artifactId>

http://git-wip-us.apache.org/repos/asf/incubator-rya/blob/4696c083/web/web.rya/pom.xml
----------------------------------------------------------------------
diff --git a/web/web.rya/pom.xml b/web/web.rya/pom.xml
index 5c21af3..c4b28e8 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</version>
+        <version>3.2.11-SNAPSHOT</version>
     </parent>
 
     <artifactId>web.rya</artifactId>