Repository: phoenix
Updated Branches:
  refs/heads/calcite fd501521a -> 6f39c1055


Bring freemarker version in line with Calcite

Bump freemarker version up to 2.3.25-incubating to follow Calcite.
This new version supports updated syntax which is now used in
Parser.jj in Calcite, which means Phoenix also needs to use the
same freemarker version in order to process Parser.jj.


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

Branch: refs/heads/calcite
Commit: 22b22c87fecf5ebbccddbeb45385d0222c264d4b
Parents: fd50152
Author: Gabriel Reid <[email protected]>
Authored: Fri Dec 9 08:37:05 2016 +0100
Committer: Gabriel Reid <[email protected]>
Committed: Fri Dec 9 08:37:19 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/22b22c87/phoenix-core/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-core/pom.xml b/phoenix-core/pom.xml
index e1f7768..a846b05 100644
--- a/phoenix-core/pom.xml
+++ b/phoenix-core/pom.xml
@@ -118,7 +118,7 @@
           <dependency>
             <groupId>org.freemarker</groupId>
             <artifactId>freemarker</artifactId>
-            <version>2.3.19</version>
+            <version>2.3.25-incubating</version>
           </dependency>
         </dependencies>
         <executions>

Reply via email to