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 11:27:34 UTC

svn commit: r588177 - in /incubator/servicemix/branches/servicemix-4.0: gshell/gshell-core/pom.xml gshell/gshell-osgi/pom.xml jbi/osgi/pom.xml jbi/runtime/pom.xml pom.xml

Author: gnodet
Date: Thu Oct 25 02:27:33 2007
New Revision: 588177

URL: http://svn.apache.org/viewvc?rev=588177&view=rev
Log:
Fix parent poms

Modified:
    incubator/servicemix/branches/servicemix-4.0/gshell/gshell-core/pom.xml
    incubator/servicemix/branches/servicemix-4.0/gshell/gshell-osgi/pom.xml
    incubator/servicemix/branches/servicemix-4.0/jbi/osgi/pom.xml
    incubator/servicemix/branches/servicemix-4.0/jbi/runtime/pom.xml
    incubator/servicemix/branches/servicemix-4.0/pom.xml

Modified: incubator/servicemix/branches/servicemix-4.0/gshell/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/gshell/gshell-core/pom.xml?rev=588177&r1=588176&r2=588177&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/gshell/gshell-core/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/gshell/gshell-core/pom.xml Thu Oct 25 02:27:33 2007
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>org.apache.servicemix.gshell</groupId>
         <artifactId>gshell</artifactId>
         <version>4.0-SNAPSHOT</version>
     </parent>

Modified: incubator/servicemix/branches/servicemix-4.0/gshell/gshell-osgi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/gshell/gshell-osgi/pom.xml?rev=588177&r1=588176&r2=588177&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/gshell/gshell-osgi/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/gshell/gshell-osgi/pom.xml Thu Oct 25 02:27:33 2007
@@ -25,7 +25,7 @@
     <modelVersion>4.0.0</modelVersion>
     
     <parent>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>org.apache.servicemix.gshell</groupId>
         <artifactId>gshell</artifactId>
         <version>4.0-SNAPSHOT</version>
     </parent>

Modified: incubator/servicemix/branches/servicemix-4.0/jbi/osgi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/jbi/osgi/pom.xml?rev=588177&r1=588176&r2=588177&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/jbi/osgi/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/jbi/osgi/pom.xml Thu Oct 25 02:27:33 2007
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>org.apache.servicemix.jbi</groupId>
     <artifactId>jbi</artifactId>
     <version>4.0-SNAPSHOT</version>
   </parent>

Modified: incubator/servicemix/branches/servicemix-4.0/jbi/runtime/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/jbi/runtime/pom.xml?rev=588177&r1=588176&r2=588177&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/jbi/runtime/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/jbi/runtime/pom.xml Thu Oct 25 02:27:33 2007
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.servicemix</groupId>
+    <groupId>org.apache.servicemix.jbi</groupId>
     <artifactId>jbi</artifactId>
     <version>4.0-SNAPSHOT</version>
   </parent>

Modified: incubator/servicemix/branches/servicemix-4.0/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-4.0/pom.xml?rev=588177&r1=588176&r2=588177&view=diff
==============================================================================
--- incubator/servicemix/branches/servicemix-4.0/pom.xml (original)
+++ incubator/servicemix/branches/servicemix-4.0/pom.xml Thu Oct 25 02:27:33 2007
@@ -86,18 +86,18 @@
       <name>OPS4J repo</name>
       <url>http://repository.ops4j.org/maven2</url>
     </repository>
-    <!-- Spring external dependencies -->
+    <!-- Spring external dependencies 
     <repository>
       <id>spring-ext</id>
       <name>Spring External Dependencies Repository</name>
       <url>https://springframework.svn.sourceforge.net/svnroot/springframework/repos/repo-ext/</url>
-    </repository>
-    <!-- Spring Snapshots -->
+    </repository>-->
+    <!-- Spring Snapshots 
 	<repository>
 	  <id>spring-snapshots</id>
 	  <name>Springframework Maven SNAPSHOT Repository</name>
 	  <url>http://static.springframework.org/maven2-snapshots/</url>
-	</repository>
+	</repository>-->
     <!-- Apache snapshot -->
     <repository>
       <id>apache-snapshots</id>