This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag maven-sling-plugin-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-maven-sling-plugin.git
commit db74a3cab1c48660197891208e7b45c5c65e0df5 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed Nov 7 09:04:05 2007 +0000 Remove unused imports and use latest rhino, httpclient and jruby. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/maven/maven-sling-plugin@592659 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 2 +- .../org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7483ec7..4b7ca9f 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,7 @@ <dependency> <groupId>commons-httpclient</groupId> <artifactId>commons-httpclient</artifactId> - <version>3.0.1</version> + <version>3.1</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> diff --git a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java index ef64f28..b10b5a2 100644 --- a/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java +++ b/src/main/java/org/apache/sling/maven/bundlesupport/AbstractBundlePostMojo.java @@ -24,7 +24,6 @@ import java.util.jar.JarFile; import java.util.jar.Manifest; import org.apache.maven.plugin.AbstractMojo; -import org.apache.maven.plugin.MojoExecutionException; abstract class AbstractBundlePostMojo extends AbstractMojo { @@ -38,7 +37,7 @@ abstract class AbstractBundlePostMojo extends AbstractMojo { * This method may also be used to check whether the file is a bundle at all * as it is assumed, that only if the file contains an OSGi bundle will the * <code>Bundle-SymbolicName</code> manifest header be set. - * + * * @param jarFile The file providing the bundle whose symbolic name is * requested. * @return The bundle's symbolic name from the -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
