You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by fr...@apache.org on 2018/06/21 11:27:26 UTC

calcite-avatica git commit: [maven-release-plugin] prepare release avatica-1.12.0-rc0

Repository: calcite-avatica
Updated Branches:
  refs/heads/branch-avatica-1.12 2320e56af -> 019a4ec4a


[maven-release-plugin] prepare release avatica-1.12.0-rc0


Project: http://git-wip-us.apache.org/repos/asf/calcite-avatica/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite-avatica/commit/019a4ec4
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/019a4ec4
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/019a4ec4

Branch: refs/heads/branch-avatica-1.12
Commit: 019a4ec4ac2c952f842bca7ecfcfc86761b0f9c6
Parents: 2320e56
Author: Francis Chuang <fr...@apache.org>
Authored: Thu Jun 21 11:27:13 2018 +0000
Committer: Francis Chuang <fr...@apache.org>
Committed: Thu Jun 21 11:27:13 2018 +0000

----------------------------------------------------------------------
 core/pom.xml                       | 2 +-
 docker/pom.xml                     | 2 +-
 metrics-dropwizardmetrics3/pom.xml | 2 +-
 metrics/pom.xml                    | 2 +-
 noop-driver/pom.xml                | 2 +-
 pom.xml                            | 6 +++---
 server/pom.xml                     | 2 +-
 shaded/core/pom.xml                | 2 +-
 standalone-server/pom.xml          | 2 +-
 tck/pom.xml                        | 2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 2b3a212..a32c629 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-core</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/docker/pom.xml
----------------------------------------------------------------------
diff --git a/docker/pom.xml b/docker/pom.xml
index 242e2ce..b45988d 100644
--- a/docker/pom.xml
+++ b/docker/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-docker</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/metrics-dropwizardmetrics3/pom.xml
----------------------------------------------------------------------
diff --git a/metrics-dropwizardmetrics3/pom.xml b/metrics-dropwizardmetrics3/pom.xml
index c8652c4..2e4a146 100644
--- a/metrics-dropwizardmetrics3/pom.xml
+++ b/metrics-dropwizardmetrics3/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-metrics-dropwizardmetrics3</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 2b4476c..c0f891d 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/noop-driver/pom.xml b/noop-driver/pom.xml
index 5a55fdb..2373562 100644
--- a/noop-driver/pom.xml
+++ b/noop-driver/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-noop-driver</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e9917c3..cf92588 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ limitations under the License.
   <groupId>org.apache.calcite.avatica</groupId>
   <artifactId>avatica-parent</artifactId>
   <packaging>pom</packaging>
-  <version>1.12.0-SNAPSHOT</version>
+  <version>1.12.0</version>
   <name>Apache Calcite Avatica Project</name>
   <description>Avatica is a JDBC driver framework which is a part of Apache Calcite</description>
   <url>https://calcite.apache.org/avatica</url>
@@ -74,7 +74,7 @@ limitations under the License.
     <hydromatic-toolbox.version>0.3</hydromatic-toolbox.version>
     <jackson.version>2.9.4</jackson.version>
     <!-- Default to html4 for JDK 8 but html5 on jdk9+ -->
-    <javadoc-additionalOptions></javadoc-additionalOptions>
+    <javadoc-additionalOptions />
     <javadoc-link>https://docs.oracle.com/javase/8/docs/api/</javadoc-link>
     <jcip-annotations.version>1.0-1</jcip-annotations.version>
     <jcommander.version>1.48</jcommander.version>
@@ -109,7 +109,7 @@ limitations under the License.
     <connection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite-avatica.git</connection>
     <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/calcite-avatica.git</developerConnection>
     <url>https://github.com/apache/calcite-avatica</url>
-    <tag>HEAD</tag>
+    <tag>avatica-1.12.0-rc0</tag>
   </scm>
   <modules>
     <module>core</module>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index b823ff9..6f71d94 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-server</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/shaded/core/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/core/pom.xml b/shaded/core/pom.xml
index ce2b31e..8d0281a 100644
--- a/shaded/core/pom.xml
+++ b/shaded/core/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/standalone-server/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-server/pom.xml b/standalone-server/pom.xml
index 705a7b1..f5bae4b 100644
--- a/standalone-server/pom.xml
+++ b/standalone-server/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
   <artifactId>avatica-standalone-server</artifactId>
   <name>Apache Calcite Avatica Standalone Server</name>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/019a4ec4/tck/pom.xml
----------------------------------------------------------------------
diff --git a/tck/pom.xml b/tck/pom.xml
index e747e76..ad4c6ea 100644
--- a/tck/pom.xml
+++ b/tck/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.12.0-SNAPSHOT</version>
+    <version>1.12.0</version>
   </parent>
 
   <artifactId>avatica-tck</artifactId>