~ubuntu-branches/debian/sid/wagon2/sid

« back to all changes in this revision

Viewing changes to .pc/no_mina_sshd.diff/wagon-providers/pom.xml

  • Committer: Package Import Robot
  • Author(s): Emmanuel Bourg
  • Date: 2013-05-16 01:37:59 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130516013759-y1ex2xsoghuton6h
Tags: 2.4-1
* New upstream release
  - Removed the patch for CVE-2013-0253 fixed in version 2.4
  - Refreshed the patches
  - Added the required build dependency on libplexus-component-metadata-java
  - Added Maven rules to ignore bnd and plexus-maven-plugin
  - Added a patch to fix a type cast issue in ScmWagon.java
* Fix the watch file to report the most recent versions
* Use the upstream tarball instead of a svn tag to fetch the orig source
* debian/copyright: Fixed a typo in the Format URI

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  <parent>
24
24
    <groupId>org.apache.maven.wagon</groupId>
25
25
    <artifactId>wagon</artifactId>
26
 
    <version>2.2</version>
 
26
    <version>2.4</version>
27
27
    <relativePath>../pom.xml</relativePath>
28
28
  </parent>
29
29
 
51
51
      <dependency>
52
52
        <groupId>org.apache.httpcomponents</groupId>
53
53
        <artifactId>httpclient</artifactId>
54
 
        <version>4.1.2</version>
 
54
        <version>4.2.3</version>
55
55
      </dependency>
56
56
      <dependency>
57
57
        <groupId>org.apache.httpcomponents</groupId>
58
58
        <artifactId>httpcore</artifactId>
59
 
        <version>4.1.2</version>
 
59
        <version>4.2.3</version>
60
60
      </dependency>
61
61
      <dependency>
62
62
        <groupId>org.apache.sshd</groupId>