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 <[email protected]> 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 <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: * 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.
