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

[commons-vfs] 02/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 ca435c8172a2239a51ec34d74814aafcf783e785
Author: siom79 <ma...@googlemail.com>
AuthorDate: Sun Jun 22 00:54:18 2014 +0200

    Updated README.md
---
 README.md                                                         | 5 +++--
 japicmp-maven-plugin/src/main/java/japicmp/maven/JApiCmpMojo.java | 4 ----
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 85b40fa..d82ab51 100644
--- a/README.md
+++ b/README.md
@@ -149,6 +149,9 @@ The differences between the two Java APIs are also printed on the command line f
 
 The following releases are available:
 
+* [Version 0.1.0](https://github.com/siom79/japicmp/releases/tag/japicmp-base-0.1.0)
+    * Changes:
+        * [The functionality of japicmp should be available as a maven plugin](https://github.com/siom79/japicmp/issues/6)
 * [Version 0.0.2](https://github.com/siom79/japicmp/releases/tag/japicmp-base-0.0.2)
     * Changes:
         * [Command-line option to filter packages](https://github.com/siom79/japicmp/issues/1)
@@ -157,8 +160,6 @@ The following releases are available:
         * [Giving a non-jar file as argument should not output "Comparing..."](https://github.com/siom79/japicmp/issues/5)
 * [Version 0.0.1](https://github.com/siom79/japicmp/releases/tag/japicmp-base-0.0.1)
 
-The latest snapshot version can be downloaded here: [japicmp-SNAPSHOT](http://repository-siom79.forge.cloudbees.com/snapshot/japicmp/japicmp/)
-
 ##Development##
 
 * [Jenkins build server](https://siom79.ci.cloudbees.com/job/japicmp)
diff --git a/japicmp-maven-plugin/src/main/java/japicmp/maven/JApiCmpMojo.java b/japicmp-maven-plugin/src/main/java/japicmp/maven/JApiCmpMojo.java
index 13e1525..c268e9a 100644
--- a/japicmp-maven-plugin/src/main/java/japicmp/maven/JApiCmpMojo.java
+++ b/japicmp-maven-plugin/src/main/java/japicmp/maven/JApiCmpMojo.java
@@ -11,16 +11,12 @@ import japicmp.output.stdout.StdoutOutputGenerator;
 import japicmp.output.xml.XmlOutputGenerator;
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.factory.ArtifactFactory;
-import org.apache.maven.artifact.factory.DefaultArtifactFactory;
 import org.apache.maven.artifact.repository.ArtifactRepository;
 import org.apache.maven.artifact.resolver.ArtifactResolutionRequest;
-import org.apache.maven.artifact.resolver.ArtifactResolutionResult;
 import org.apache.maven.artifact.resolver.ArtifactResolver;
 import org.apache.maven.plugin.AbstractMojo;
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.MojoFailureException;
-import org.apache.maven.project.DefaultMavenProjectBuilder;
-import org.apache.maven.repository.internal.MavenRepositorySystemUtils;
 import org.apache.maven.settings.Settings;
 
 import java.io.File;