You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2011/11/07 23:37:54 UTC

svn commit: r1198985 - /sling/trunk/bundles/auth/core/pom.xml

Author: fmeschbe
Date: Mon Nov  7 22:37:53 2011
New Revision: 1198985

URL: http://svn.apache.org/viewvc?rev=1198985&view=rev
Log:
Subtle casing bug causes build to break ....

Modified:
    sling/trunk/bundles/auth/core/pom.xml

Modified: sling/trunk/bundles/auth/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=1198985&r1=1198984&r2=1198985&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Mon Nov  7 22:37:53 2011
@@ -141,7 +141,7 @@
             <artifactId>org.apache.felix.scr.annotations</artifactId>
         </dependency>
         <dependency>
-            <groupId>biz.aqute</groupId>
+            <groupId>biz.aQute</groupId>
             <artifactId>bndlib</artifactId>
             <version>1.43.0</version>
         </dependency>