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:15 UTC

[commons-vfs] 04/12: 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.1
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit a96cc167345ba2a1e70d793036b99c7c59d1d00d
Author: siom79 <ma...@googlemail.com>
AuthorDate: Sun Jun 22 00:56:11 2014 +0200

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

diff --git a/README.md b/README.md
index d82ab51..762cca1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ japicmp
 
 japicmp is a tool to compare two versions of a jar archive:
 
-    java -jar japicmp-0.0.3.jar -n new-version.jar -o old-version.jar
+    java -jar japicmp-0.1.0.jar -n new-version.jar -o old-version.jar
 
 It can also be used as a library:
 
@@ -55,7 +55,7 @@ The maven plugin can be included in the pom.xml file of your artifact in the fol
             <plugin>
                 <groupId>japicmp</groupId>
                 <artifactId>japicmp-maven-plugin</artifactId>
-                <version>0.0.3</version>
+                <version>0.1.0</version>
                 <configuration>
                     <oldVersion>
                         <dependency>