Repository: calcite-avatica
Updated Branches:
  refs/heads/branch-avatica-1.13 25440d4bc -> b7d248d65


[maven-release-plugin] prepare release avatica-1.13.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/b7d248d6
Tree: http://git-wip-us.apache.org/repos/asf/calcite-avatica/tree/b7d248d6
Diff: http://git-wip-us.apache.org/repos/asf/calcite-avatica/diff/b7d248d6

Branch: refs/heads/branch-avatica-1.13
Commit: b7d248d6574587bb2e48b87ca8242822dec0d6d2
Parents: 25440d4
Author: Francis Chuang <[email protected]>
Authored: Sun Nov 18 06:41:07 2018 +0000
Committer: Francis Chuang <[email protected]>
Committed: Sun Nov 18 06:41:07 2018 +0000

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


http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/core/pom.xml
----------------------------------------------------------------------
diff --git a/core/pom.xml b/core/pom.xml
index 94b748d..843b6b3 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-core</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/docker/pom.xml
----------------------------------------------------------------------
diff --git a/docker/pom.xml b/docker/pom.xml
index 5548499..1bca14b 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-docker</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/metrics-dropwizardmetrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics-dropwizardmetrics/pom.xml 
b/metrics-dropwizardmetrics/pom.xml
index 387e7f3..25231d9 100644
--- a/metrics-dropwizardmetrics/pom.xml
+++ b/metrics-dropwizardmetrics/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.calcite.avatica</groupId>
     <artifactId>avatica-parent</artifactId>
-    <version>1.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-metrics-dropwizardmetrics</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/metrics/pom.xml
----------------------------------------------------------------------
diff --git a/metrics/pom.xml b/metrics/pom.xml
index fb4ddd7..07df798 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-metrics</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/noop-driver/pom.xml
----------------------------------------------------------------------
diff --git a/noop-driver/pom.xml b/noop-driver/pom.xml
index b899d83..eea8e95 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-noop-driver</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a2a75ac..1b905df 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.13.0-SNAPSHOT</version>
+  <version>1.13.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>
@@ -119,7 +119,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.13.0-rc0</tag>
   </scm>
   <modules>
     <module>core</module>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/server/pom.xml
----------------------------------------------------------------------
diff --git a/server/pom.xml b/server/pom.xml
index 1fd2f8c..82c270b 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-server</artifactId>

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/shaded/core/pom.xml
----------------------------------------------------------------------
diff --git a/shaded/core/pom.xml b/shaded/core/pom.xml
index 63e50fd..63e2a0e 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
     <relativePath>../../pom.xml</relativePath>
   </parent>
 

http://git-wip-us.apache.org/repos/asf/calcite-avatica/blob/b7d248d6/standalone-server/pom.xml
----------------------------------------------------------------------
diff --git a/standalone-server/pom.xml b/standalone-server/pom.xml
index 3ae8af0..bdd727e 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.13.0-SNAPSHOT</version>
+    <version>1.13.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/b7d248d6/tck/pom.xml
----------------------------------------------------------------------
diff --git a/tck/pom.xml b/tck/pom.xml
index dd5c57a..fd23995 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.13.0-SNAPSHOT</version>
+    <version>1.13.0</version>
   </parent>
 
   <artifactId>avatica-tck</artifactId>

Reply via email to