You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/12/11 03:44:05 UTC

[27/52] [abbrv] phoenix git commit: PHOENIX-2465 Upgrade ANTLR version to correct generation (Gabor Liptak)

PHOENIX-2465 Upgrade ANTLR version to correct generation (Gabor Liptak)


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/21e7c7dd
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/21e7c7dd
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/21e7c7dd

Branch: refs/heads/calcite
Commit: 21e7c7dd20f19e3f2d30387d472940983bf50d02
Parents: bf7187c
Author: James Taylor <jt...@salesforce.com>
Authored: Mon Nov 30 14:10:34 2015 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Mon Nov 30 14:10:34 2015 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/21e7c7dd/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index 5c73ed4..d003e8a 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -112,7 +112,7 @@
       <plugin>
         <groupId>org.antlr</groupId>
         <artifactId>antlr3-maven-plugin</artifactId>
-        <version>3.5</version>
+        <version>3.5.2</version>
         <executions>
           <execution>
             <goals>