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/08/19 05:47:49 UTC

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

Repository: incubator-optiq
Updated Branches:
  refs/heads/master 45e5269b6 -> b9928a931


[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/b9928a93
Tree: http://git-wip-us.apache.org/repos/asf/incubator-optiq/tree/b9928a93
Diff: http://git-wip-us.apache.org/repos/asf/incubator-optiq/diff/b9928a93

Branch: refs/heads/master
Commit: b9928a931540d1efdf637b7d96d0d64e545efc46
Parents: 45e5269
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Aug 18 20:47:48 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Aug 18 20:47:48 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/b9928a93/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 1340c1b..30d1f47 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-avatica</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <name>Optiq Avatica</name>
   <description>JDBC driver framework.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 27dbf2a..9bd6020 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <name>Optiq Core</name>
   <description>Core Optiq APIs and engine.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index 6fade96..95c3314 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-mongodb</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <name>Optiq MongoDB</name>
   <description>MongoDB adapter for Optiq.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/plus/pom.xml
----------------------------------------------------------------------
diff --git a/plus/pom.xml b/plus/pom.xml
index 45a5753..212e949 100644
--- a/plus/pom.xml
+++ b/plus/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-plus</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <name>Optiq Plus</name>
   <description>Miscellaneous extras for Optiq.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 07983eb..1416efb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.apache.optiq</groupId>
   <artifactId>optiq</artifactId>
   <packaging>pom</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
 
   <!-- More project information. -->
   <name>Optiq</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>optiq-0.9.0-incubating</tag>
+    <tag>HEAD</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 4af9306..9ed406a 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-spark</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <name>Optiq Spark</name>
 
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/splunk/pom.xml
----------------------------------------------------------------------
diff --git a/splunk/pom.xml b/splunk/pom.xml
index cd8193c..a099195 100644
--- a/splunk/pom.xml
+++ b/splunk/pom.xml
@@ -20,12 +20,12 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <artifactId>optiq-splunk</artifactId>
   <packaging>jar</packaging>
-  <version>0.9.0-incubating</version>
+  <version>0.9.1-incubating-SNAPSHOT</version>
   <name>Optiq Splunk</name>
   <description>Splunk adapter for Optiq; also a JDBC driver for Splunk.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/b9928a93/ubenchmark/pom.xml
----------------------------------------------------------------------
diff --git a/ubenchmark/pom.xml b/ubenchmark/pom.xml
index 7df6e83..7ccbecf 100644
--- a/ubenchmark/pom.xml
+++ b/ubenchmark/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.optiq</groupId>
     <artifactId>optiq</artifactId>
-    <version>0.9.0-incubating</version>
+    <version>0.9.1-incubating-SNAPSHOT</version>
   </parent>
 
   <properties>