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 2006/08/07 23:31:52 UTC

svn commit: r429483 - in /incubator/servicemix/trunk: servicemix-bpe/pom.xml servicemix-jms/pom.xml servicemix-lwcontainer/pom.xml servicemix-sca/pom.xml servicemix-wsn2005/pom.xml

Author: gnodet
Date: Mon Aug  7 14:31:51 2006
New Revision: 429483

URL: http://svn.apache.org/viewvc?rev=429483&view=rev
Log:
Fix remaining JBI components to reference the new servicemix-shared SL

Modified:
    incubator/servicemix/trunk/servicemix-bpe/pom.xml
    incubator/servicemix/trunk/servicemix-jms/pom.xml
    incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
    incubator/servicemix/trunk/servicemix-sca/pom.xml
    incubator/servicemix/trunk/servicemix-wsn2005/pom.xml

Modified: incubator/servicemix/trunk/servicemix-bpe/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-bpe/pom.xml?rev=429483&r1=429482&r2=429483&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-bpe/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-bpe/pom.xml Mon Aug  7 14:31:51 2006
@@ -38,7 +38,7 @@
 
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>servicemix-common</artifactId>
+      <artifactId>servicemix-shared</artifactId>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: incubator/servicemix/trunk/servicemix-jms/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-jms/pom.xml?rev=429483&r1=429482&r2=429483&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-jms/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-jms/pom.xml Mon Aug  7 14:31:51 2006
@@ -38,7 +38,7 @@
 
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>servicemix-soap</artifactId>
+      <artifactId>servicemix-shared</artifactId>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>

Modified: incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml?rev=429483&r1=429482&r2=429483&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/pom.xml Mon Aug  7 14:31:51 2006
@@ -38,7 +38,7 @@
 
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>servicemix-common</artifactId>
+      <artifactId>servicemix-shared</artifactId>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -65,4 +65,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/trunk/servicemix-sca/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-sca/pom.xml?rev=429483&r1=429482&r2=429483&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-sca/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-sca/pom.xml Mon Aug  7 14:31:51 2006
@@ -44,7 +44,7 @@
 
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>servicemix-common</artifactId>
+      <artifactId>servicemix-shared</artifactId>
     </dependency>
 
     <dependency>
@@ -150,4 +150,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>

Modified: incubator/servicemix/trunk/servicemix-wsn2005/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/servicemix-wsn2005/pom.xml?rev=429483&r1=429482&r2=429483&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-wsn2005/pom.xml (original)
+++ incubator/servicemix/trunk/servicemix-wsn2005/pom.xml Mon Aug  7 14:31:51 2006
@@ -38,7 +38,7 @@
 
     <dependency>
       <groupId>${pom.groupId}</groupId>
-      <artifactId>servicemix-common</artifactId>
+      <artifactId>servicemix-shared</artifactId>
     </dependency>
     <dependency>
       <groupId>${pom.groupId}</groupId>
@@ -173,4 +173,4 @@
     </plugins>
   </build>
 
-</project>
\ No newline at end of file
+</project>