You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by jh...@apache.org on 2014/10/02 23:31:39 UTC

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

Repository: incubator-optiq
Updated Branches:
  refs/heads/master 680125732 -> 1b16f3c45


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


Project: http://git-wip-us.apache.org/repos/asf/incubator-optiq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-optiq/commit/1b16f3c4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-optiq/tree/1b16f3c4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-optiq/diff/1b16f3c4

Branch: refs/heads/master
Commit: 1b16f3c451d1bc14c27631ae00c01e7c83e33a11
Parents: 6801257
Author: Julian Hyde <jh...@apache.org>
Authored: Thu Oct 2 14:31:38 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Thu Oct 2 14:31:38 2014 -0700

----------------------------------------------------------------------
 avatica/pom.xml    | 4 ++--
 core/pom.xml       | 4 ++--
 mongodb/pom.xml    | 4 ++--
 plus/pom.xml       | 4 ++--
 pom.xml            | 4 ++--
 spark/pom.xml      | 4 ++--
 splunk/pom.xml     | 4 ++--
 ubenchmark/pom.xml | 2 +-
 8 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index d2e97ce..7d64602 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>calcite-avatica</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
   <name>Calcite Avatica</name>
   <description>JDBC driver framework.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index a7cea30..dcb3282 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>calcite-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
   <name>Calcite Core</name>
   <description>Core Calcite APIs and engine.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index a1a55c5..8b10ed0 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>calcite-mongodb</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
   <name>Calcite MongoDB</name>
   <description>MongoDB adapter for Calcite</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/plus/pom.xml
----------------------------------------------------------------------
diff --git a/plus/pom.xml b/plus/pom.xml
index 9e683c8..ef52d59 100644
--- a/plus/pom.xml
+++ b/plus/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>calcite-plus</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
   <name>Calcite Plus</name>
   <description>Miscellaneous extras for Calcite</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8fef873..993cae8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.calcite</groupId>
   <artifactId>calcite</artifactId>
   <packaging>pom</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
 
   <!-- More project information. -->
   <name>Calcite</name>
@@ -59,7 +59,7 @@ limitations under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-optiq.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-optiq.git</developerConnection>
     <url>https://github.com/apache/incubator-optiq</url>
-    <tag>calcite-0.9.1-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 4168d65..a78d5f2 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>calcite-spark</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
   <name>Calcite Spark</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/splunk/pom.xml
----------------------------------------------------------------------
diff --git a/splunk/pom.xml b/splunk/pom.xml
index 91d893a..9dabb2b 100644
--- a/splunk/pom.xml
+++ b/splunk/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>calcite-splunk</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.1-incubating</version>
+  <version>0.9.2-incubating-SNAPSHOT</version>
   <name>Calcite Splunk</name>
   <description>Splunk adapter for Calcite; also a JDBC driver for Splunk</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/1b16f3c4/ubenchmark/pom.xml
----------------------------------------------------------------------
diff --git a/ubenchmark/pom.xml b/ubenchmark/pom.xml
index e4c801b..2378f91 100644
--- a/ubenchmark/pom.xml
+++ b/ubenchmark/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite</groupId>
     <artifactId>calcite</artifactId>
-    <version>0.9.1-incubating</version>
+    <version>0.9.2-incubating-SNAPSHOT</version>
   </parent>
 
   <properties>