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/06/28 06:52:51 UTC

[7/8] git commit: [maven-release-plugin] prepare release optiq-parent-0.8

[maven-release-plugin] prepare release optiq-parent-0.8


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

Branch: refs/heads/master
Commit: 3da850a1988eb47665b9f2e7ce4096a8f0adb1d7
Parents: 86a6f8c
Author: Julian Hyde <ju...@gmail.com>
Authored: Fri Jun 27 20:11:46 2014 -0700
Committer: Julian Hyde <ju...@gmail.com>
Committed: Fri Jun 27 20:11:46 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 8a7d9ab..beaf8b4 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
 
   <artifactId>optiq-avatica</artifactId>
   <packaging>jar</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
   <name>optiq-avatica</name>
   <description>JDBC driver framework.</description>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 1d1f060..3d34a1c 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
 
   <artifactId>optiq-core</artifactId>
   <packaging>jar</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
   <name>optiq-core</name>
   <description>Core Optiq APIs and engine.</description>
 
@@ -21,7 +21,7 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-avatica</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
     </dependency>
   </dependencies>
 

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/mongodb/pom.xml
----------------------------------------------------------------------
diff --git a/mongodb/pom.xml b/mongodb/pom.xml
index 0ac5da5..0168366 100644
--- a/mongodb/pom.xml
+++ b/mongodb/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
 
   <artifactId>optiq-mongodb</artifactId>
   <packaging>jar</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
   <name>optiq-mongodb</name>
   <description>MongoDB adapter for Optiq.</description>
 
@@ -20,13 +20,13 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/plus/pom.xml
----------------------------------------------------------------------
diff --git a/plus/pom.xml b/plus/pom.xml
index 0800998..e62858c 100644
--- a/plus/pom.xml
+++ b/plus/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
 
   <artifactId>optiq-plus</artifactId>
   <packaging>jar</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
   <name>optiq-plus</name>
   <description>Miscellaneous extras for Optiq.</description>
 
@@ -20,13 +20,13 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
       <type>jar</type>
     </dependency>
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b0d9dec..03ddf9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <groupId>net.hydromatic</groupId>
   <artifactId>optiq-parent</artifactId>
   <packaging>pom</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
 
   <!-- More project information. -->
   <name>optiq-parent</name>
@@ -79,7 +79,7 @@
     <connection>scm:git:git://github.com/julianhyde/optiq.git</connection>
     <developerConnection>scm:git:git@github.com:julianhyde/optiq.git</developerConnection>
     <url>http://github.com/julianhyde/optiq/tree/master</url>
-    <tag>HEAD</tag>
+    <tag>optiq-parent-0.8</tag>
   </scm>
 
   <modules>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/spark/pom.xml
----------------------------------------------------------------------
diff --git a/spark/pom.xml b/spark/pom.xml
index 07005f4..e62b31c 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
 
   <artifactId>optiq-spark</artifactId>
   <packaging>jar</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
   <name>optiq-spark</name>
 
   <properties>
@@ -19,12 +19,12 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
     </dependency>
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/splunk/pom.xml
----------------------------------------------------------------------
diff --git a/splunk/pom.xml b/splunk/pom.xml
index 935f5bd..9624be1 100644
--- a/splunk/pom.xml
+++ b/splunk/pom.xml
@@ -3,12 +3,12 @@
   <parent>
     <groupId>net.hydromatic</groupId>
     <artifactId>optiq-parent</artifactId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
 
   <artifactId>optiq-splunk</artifactId>
   <packaging>jar</packaging>
-  <version>0.8-SNAPSHOT</version>
+  <version>0.8</version>
   <name>optiq-splunk</name>
   <description>Splunk adapter for Optiq; also a JDBC driver for Splunk.</description>
 
@@ -20,12 +20,12 @@
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
     </dependency>
     <dependency>
       <groupId>net.hydromatic</groupId>
       <artifactId>optiq-core</artifactId>
-      <version>0.8-SNAPSHOT</version>
+      <version>0.8</version>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/3da850a1/ubenchmark/pom.xml
----------------------------------------------------------------------
diff --git a/ubenchmark/pom.xml b/ubenchmark/pom.xml
index 3272015..42fdef2 100644
--- a/ubenchmark/pom.xml
+++ b/ubenchmark/pom.xml
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>optiq-parent</artifactId>
     <groupId>net.hydromatic</groupId>
-    <version>0.8-SNAPSHOT</version>
+    <version>0.8</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>