2012/10/27 Hervé BOUTEMY <[email protected]>: > Warning: Jackrabbit 2.5 requires Java 6 (just discovered the problem looking > at Jenkins build failure) > > Can we really upgrade wagon? then Maven core? As long as we don't include dav wagon in core that's not an issue :-) > We at least need a strong warning to users requiring webdav support Yup can be done in release note (the goal was to fix https://jira.codehaus.org/browse/WAGON-379) I can update jenkins build to use 1.6 as long as we have animal-sniffer-maven-plugin and compiler with target 1.5 that's not a problem for other wagons (IMHO :-) ) > > Regards, > > Hervé > > Le jeudi 11 octobre 2012 21:03:03 [email protected] a écrit : >> upgrade jackrabbit version >> >> >> Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo >> Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/6881c102 >> Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/6881c102 >> Diff: http://git-wip-us.apache.org/repos/asf/maven-wagon/diff/6881c102 >> >> Branch: refs/heads/master >> Commit: 6881c10218aaafe3b433d754b859249147274e0d >> Parents: 40dc0ad >> Author: olivier lamy <[email protected]> >> Authored: Thu Oct 11 22:08:39 2012 +0200 >> Committer: olivier lamy <[email protected]> >> Committed: Thu Oct 11 22:08:39 2012 +0200 >> >> ---------------------------------------------------------------------- >> wagon-providers/wagon-webdav-jackrabbit/pom.xml | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> ---------------------------------------------------------------------- >> >> >> http://git-wip-us.apache.org/repos/asf/maven-wagon/blob/6881c102/wagon-provi >> ders/wagon-webdav-jackrabbit/pom.xml >> ---------------------------------------------------------------------- diff >> --git a/wagon-providers/wagon-webdav-jackrabbit/pom.xml >> b/wagon-providers/wagon-webdav-jackrabbit/pom.xml index 032490d..d847389 >> 100644 >> --- a/wagon-providers/wagon-webdav-jackrabbit/pom.xml >> +++ b/wagon-providers/wagon-webdav-jackrabbit/pom.xml >> @@ -53,7 +53,7 @@ under the License. >> <dependency> >> <groupId>org.apache.jackrabbit</groupId> >> <artifactId>jackrabbit-webdav</artifactId> >> - <version>2.2.5</version> >> + <version>2.5.2</version> >> <exclusions> >> <exclusion> >> <artifactId>commons-logging</artifactId> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
-- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
