You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/05/19 19:34:15 UTC

calcite git commit: [CALCITE-1248] Update version.minor for Avatica

Repository: calcite
Updated Branches:
  refs/heads/master 25bba0697 -> 68350d7ce


[CALCITE-1248] Update version.minor for Avatica


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

Branch: refs/heads/master
Commit: 68350d7ce16a47755c8d70a8833010dba08800eb
Parents: 25bba06
Author: Josh Elser <el...@apache.org>
Authored: Thu May 19 15:32:19 2016 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Thu May 19 15:32:19 2016 -0400

----------------------------------------------------------------------
 avatica/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/68350d7c/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index e258476..6613681 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -52,7 +52,7 @@ limitations under the License.
     <top.dir>${project.basedir}</top.dir>
     <avatica.release.version>${project.version}</avatica.release.version>
     <version.major>1</version.major>
-    <version.minor>7</version.minor>
+    <version.minor>8</version.minor>
 
     <!-- This list is in alphabetical order. -->
     <build-helper-maven-plugin.version>1.9</build-helper-maven-plugin.version>