You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/12/25 03:33:03 UTC

[commons-vfs] 13/20: Updated README.md

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to annotated tag japicmp-base-0.1.0
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 09ba26ab7466611592b55b618ec2d1d79f79be90
Author: siom79 <ma...@googlemail.com>
AuthorDate: Sat Jun 21 19:46:08 2014 +0200

    Updated README.md
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 8d5782a..f9bf82c 100644
--- a/README.md
+++ b/README.md
@@ -89,8 +89,8 @@ The maven plugin can be included in the pom.xml file of your artificat in the fo
         </plugins>
     </build>
     
-The elements <oldVersion> and <newVersion> elements let you specify which version you want to compare. Both elements
- support either a <dependency> or a <file> element. Through the <parameter> element you can provide the following options:
+The elements &lt;oldVersion&gt; and &lt;newVersion&gt; elements let you specify which version you want to compare. Both elements
+ support either a &lt;dependency&gt; or a &lt;file&gt; element. Through the &lt;parameter&gt; element you can provide the following options:
   
 * onlyModified: Outputs only modified classes/methods. If not set to true, all classes and methods are printed.
 * packagesToInclude: Comma separated list of package names to include, * can be used as wildcard.