Author: bdelacretaz
Date: Mon May 6 08:23:42 2013
New Revision: 1479487
URL: http://svn.apache.org/r1479487
Log:
SLING-2853 - nitpicks
Modified:
sling/trunk/contrib/extensions/collection/pom.xml
Modified: sling/trunk/contrib/extensions/collection/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/collection/pom.xml?rev=1479487&r1=1479486&r2=1479487&view=diff
==============================================================================
--- sling/trunk/contrib/extensions/collection/pom.xml (original)
+++ sling/trunk/contrib/extensions/collection/pom.xml Mon May 6 08:23:42 2013
@@ -39,7 +39,7 @@
<name>Apache Sling Resource Collection API</name>
<description>
- The Apache sling resource collection bundle provides an api to create
collections of resources.
+ The Apache Sling resource collection bundle provides an api to manage
collections of Resources.
</description>
<scm>
@@ -78,7 +78,6 @@
<!-- D E P E N D E N C I E S
-->
<!--
======================================================================= -->
<dependencies>
-
<!-- sling -->
<dependency>
@@ -126,6 +125,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>junit-addons</groupId>
@@ -151,5 +151,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-
</project>