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

« back to all changes in this revision

Viewing changes to wagon-providers/wagon-scm/src/site/site.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:
19
19
under the License.
20
20
-->
21
21
 
22
 
<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
 
22
<project xmlns="http://maven.apache.org/DECORATION/1.3.0"
23
23
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
24
 
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
 
24
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd">
25
25
  <body>
 
26
    <breadcrumbs>
 
27
      <item name="SCM" href="http://maven.apache.org/wagon/wagon-providers/wagon-scm/index.html" />
 
28
    </breadcrumbs>
 
29
 
26
30
    <menu ref="parent"/>
27
31
    <menu name="Overview">
28
32
      <item name="Introduction" href="index.html"/>