You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2007/10/25 17:36:15 UTC

svn commit: r588255 - /incubator/servicemix/branches/servicemix-4.0/bundles/aopalliance/pom.xml

Author: gnodet
Date: Thu Oct 25 08:36:14 2007
New Revision: 588255

URL: http://svn.apache.org/viewvc?rev=588255&view=rev
Log:
Fix aopalliance groupId

Modified:
    incubator/servicemix/branches/servicemix-4.0/bundles/aopalliance/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/bundles/aopalliance/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/bundles/aopalliance/pom.xml?rev=588255&r1=588254&r2=588255&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/bundles/aopalliance/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/bundles/aopalliance/pom.xml Thu Oct 25 08:36:14 2007
@@ -41,7 +41,7 @@
     </description>
     <dependencies>
         <dependency>
-            <groupId>org.aopalliance</groupId>
+            <groupId>aopalliance</groupId>
             <artifactId>${pkgArtifactId}</artifactId>
             <version>${pkgVersion}</version>
         </dependency>