You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by jm...@apache.org on 2006/07/01 06:23:56 UTC

svn commit: r418438 - in /incubator/abdera/java/trunk: core/pom.xml pom.xml

Author: jmsnell
Date: Fri Jun 30 21:23:56 2006
New Revision: 418438

URL: http://svn.apache.org/viewvc?rev=418438&view=rev
Log:
>From Stephen Duncan...

Changed dependencies from geronimo implementation to geronimio-spec
for activation.

* pom.xml - Changed dependencyManagement activation dependency declaration.
* core/pom.xml - Changed activation dependency declaration.

Modified:
    incubator/abdera/java/trunk/core/pom.xml
    incubator/abdera/java/trunk/pom.xml

Modified: incubator/abdera/java/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/core/pom.xml?rev=418438&r1=418437&r2=418438&view=diff
==============================================================================
--- incubator/abdera/java/trunk/core/pom.xml (original)
+++ incubator/abdera/java/trunk/core/pom.xml Fri Jun 30 21:23:56 2006
@@ -21,8 +21,8 @@
       <artifactId>junit</artifactId>
     </dependency>
     <dependency>
-      <groupId>geronimo</groupId>
-      <artifactId>geronimo-activation</artifactId>
+      <groupId>org.apache.geronimo.specs</groupId>
+      <artifactId>geronimo-activation_1.0.2_spec</artifactId>
     </dependency>
   </dependencies>
 </project>

Modified: incubator/abdera/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/trunk/pom.xml?rev=418438&r1=418437&r2=418438&view=diff
==============================================================================
--- incubator/abdera/java/trunk/pom.xml (original)
+++ incubator/abdera/java/trunk/pom.xml Fri Jun 30 21:23:56 2006
@@ -105,8 +105,8 @@
       </dependency>
       
       <dependency>
-        <groupId>geronimo</groupId>
-        <artifactId>geronimo-activation</artifactId>
+        <groupId>org.apache.geronimo.specs</groupId>
+        <artifactId>geronimo-activation_1.0.2_spec</artifactId>
         <version>1.0</version>
         <scope>compile</scope>
       </dependency>