This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.contentdetection-1.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-contentdetection.git
commit dfb71075b30ce69a575e1fc474c5003f064a0efb Author: Bertrand Delacretaz <[email protected]> AuthorDate: Wed May 27 14:21:24 2015 +0000 SLING-4694 - pom cleanup git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/contentdetection@1682038 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index b3dd87b..402731b 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ <packaging>bundle</packaging> <name>Apache Sling Content Detection Support</name> - <description>Support for MIME type detection on the basis of contents.</description> + <description>Content-based MIME type detection</description> <properties> <powermock.version>1.6.2</powermock.version> @@ -42,14 +42,14 @@ <dependencies> - <!-- OSGi Dependncies--> + <!-- OSGi Dependencies--> <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> <scope>provided</scope> </dependency> - <!-- Sling Dependncies--> + <!-- Sling Dependencies--> <dependency> <version>2.1.9-SNAPSHOT</version> <groupId>org.apache.sling</groupId> @@ -57,7 +57,7 @@ <scope>provided</scope> </dependency> - <!-- Other Dependncies--> + <!-- Other Dependencies--> <dependency> <version>1.2</version> <groupId>org.apache.tika</groupId> @@ -65,7 +65,7 @@ <scope>provided</scope> </dependency> - <!-- Test Dependncies--> + <!-- Test Dependencies--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> @@ -109,20 +109,6 @@ <groupId>org.apache.felix</groupId> <artifactId>maven-bundle-plugin</artifactId> <extensions>true</extensions> - <configuration> - <instructions> - <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName> - <Bundle-Version>${project.version}</Bundle-Version> - <Export-Package> - org.apache.sling.commons.contentdetection.serversidetests, - org.apache.sling.commons.contentdetection - </Export-Package> - <Import-Package> - * - </Import-Package> - <Sling-Test-Regexp>.*Test</Sling-Test-Regexp> - </instructions> - </configuration> </plugin> <plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
