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 2014/09/03 00:18:22 UTC

git commit: Upgrade Janino

Repository: incubator-optiq
Updated Branches:
  refs/heads/master 7efed5c36 -> e18375a9e


Upgrade Janino


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

Branch: refs/heads/master
Commit: e18375a9e195e015046db0d49755e4d58c0dcb8c
Parents: 7efed5c
Author: Julian Hyde <jh...@apache.org>
Authored: Tue Sep 2 14:08:46 2014 -0700
Committer: Julian Hyde <jh...@apache.org>
Committed: Tue Sep 2 14:08:46 2014 -0700

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-optiq/blob/e18375a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d89621e..29c6f7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,12 +117,12 @@ limitations under the License.
     <dependency>
       <groupId>org.codehaus.janino</groupId>
       <artifactId>janino</artifactId>
-      <version>2.7.3</version>
+      <version>2.7.6</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.janino</groupId>
       <artifactId>commons-compiler</artifactId>
-      <version>2.7.3</version>
+      <version>2.7.6</version>
     </dependency>
     <dependency>
       <groupId>org.hsqldb</groupId>