Re: [xwiki-devs] [xwiki-notifications] r14932 - platform/core/trunk/xwiki-macros/xwiki-macro-groovy
tmortagne (SVN) wrote:
Author: tmortagne Date: 2008-12-27 17:18:10 +0100 (Sat, 27 Dec 2008) New Revision: 14932
Modified: platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml Log: XWIKI-3038: Move Groovy dependency to 1.6 RC1
Modified: platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml =================================================================== --- platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml 2008-12-27 16:17:57 UTC (rev 14931) +++ platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml 2008-12-27 16:18:10 UTC (rev 14932) @@ -41,7 +41,7 @@ <dependency> <groupId>com.sun.script</groupId> <artifactId>groovy-engine</artifactId> - <version>1.6-beta-2-xwiki</version> + <version>1.6-RC-1-xwiki</version>
Why are we using a custom build of Groovy? -- Sergiu Dumitriu http://purl.org/net/sergiu/
On Sat, Jan 3, 2009 at 3:34 AM, Sergiu Dumitriu <[email protected]> wrote:
tmortagne (SVN) wrote:
Author: tmortagne Date: 2008-12-27 17:18:10 +0100 (Sat, 27 Dec 2008) New Revision: 14932
Modified: platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml Log: XWIKI-3038: Move Groovy dependency to 1.6 RC1
Modified: platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml =================================================================== --- platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml 2008-12-27 16:17:57 UTC (rev 14931) +++ platform/core/trunk/xwiki-macros/xwiki-macro-groovy/pom.xml 2008-12-27 16:18:10 UTC (rev 14932) @@ -41,7 +41,7 @@ <dependency> <groupId>com.sun.script</groupId> <artifactId>groovy-engine</artifactId> - <version>1.6-beta-2-xwiki</version> + <version>1.6-RC-1-xwiki</version>
Why are we using a custom build of Groovy?
This is not groovy, it's JSR 223 Groovy engine which is using groovy from central repo. And it's a custom one because there is no maven repo for theses engines and there is no engine for the the groovy 1.6 branch.
-- Sergiu Dumitriu http://purl.org/net/sergiu/ _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne
participants (2)
-
Sergiu Dumitriu -
Thomas Mortagne