You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/25 08:14:30 UTC

svn commit: r372150 - /incubator/servicemix/trunk/servicemix-lwcontainer/project.xml

Author: foconer
Date: Tue Jan 24 23:14:21 2006
New Revision: 372150

URL: http://svn.apache.org/viewcvs?rev=372150&view=rev
Log:
Changed servicemix dependency groupId to refer to root groupId.

Modified:
    incubator/servicemix/trunk/servicemix-lwcontainer/project.xml

Modified: incubator/servicemix/trunk/servicemix-lwcontainer/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-lwcontainer/project.xml?rev=372150&r1=372149&r2=372150&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-lwcontainer/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-lwcontainer/project.xml Tue Jan 24 23:14:21 2006
@@ -15,6 +15,7 @@
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
+    
 -->
 
 <!DOCTYPE project>
@@ -41,7 +42,7 @@
     <dependencies>
     
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>maven-jbi-plugin</artifactId>
         <version>${pom.currentVersion}</version>
         <type>plugin</type>
@@ -49,7 +50,7 @@
     
       <!-- JBI bundled dependencies -->
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-common</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -108,7 +109,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-core</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -116,7 +117,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-components</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -137,7 +138,7 @@
         <version>${geronimo_spec_jta_version}</version>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-jbi</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>