You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2015/09/16 19:59:06 UTC

[06/15] incubator-freemarker git commit: Changed Jython 2.0 dependency to 2.1, because 2.0 isn't present in the Maven Central Repo. Luckily, the API-s used by us are the same in both versions.

Changed Jython 2.0 dependency to 2.1, because 2.0 isn't present in the Maven Central Repo. Luckily, the API-s used by us are the same in both versions.


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

Branch: refs/heads/2.3
Commit: 41ec86442b92dc0fc44be3636f0e96e71d8995c5
Parents: 1d5198f
Author: ddekany <dd...@apache.org>
Authored: Tue Sep 15 22:58:57 2015 +0200
Committer: ddekany <dd...@apache.org>
Committed: Tue Sep 15 22:58:57 2015 +0200

----------------------------------------------------------------------
 ivy.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/41ec8644/ivy.xml
----------------------------------------------------------------------
diff --git a/ivy.xml b/ivy.xml
index f81c3c3..e8457f5 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -102,7 +102,8 @@
     
     <dependency org="rhino" name="js" rev="1.6R1" conf="build.base->default" />
 
-    <dependency org="org.python" name="jython" rev="2.0.0" conf="build.jython2.0->default" />
+    <!-- We use Jython 2.1 because there was no 2.0 in central; the relevant methods are the same. -->
+    <dependency org="jython" name="jython" rev="2.1" conf="build.jython2.0->default" />
     <dependency org="org.python" name="jython" rev="2.2.1" conf="build.jython2.2->default" />
     <dependency org="org.python" name="jython" rev="2.5.0" conf="build.jython2.5->default" />