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 2015/02/06 20:28:37 UTC

incubator-calcite git commit: Fix version

Repository: incubator-calcite
Updated Branches:
  refs/heads/master ff2dfef9b -> 44650d4fe


Fix version


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

Branch: refs/heads/master
Commit: 44650d4fe7236e2079580512c0ec4f020c93ef5a
Parents: ff2dfef
Author: Julian Hyde <jh...@apache.org>
Authored: Mon Feb 2 12:47:46 2015 -0800
Committer: Julian Hyde <jh...@apache.org>
Committed: Mon Feb 2 12:47:46 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-calcite/blob/44650d4f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c849a42..1de1c70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@ limitations under the License.
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <top.dir>${project.basedir}</top.dir>
     <version.major>1</version.major>
-    <version.minor>0</version.minor>
+    <version.minor>1</version.minor>
   </properties>
 
   <issueManagement>