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:08:20 UTC

svn commit: r372142 - /incubator/servicemix/trunk/servicemix-console/project.xml

Author: foconer
Date: Tue Jan 24 23:08:11 2006
New Revision: 372142

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

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

Modified: incubator/servicemix/trunk/servicemix-console/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-console/project.xml?rev=372142&r1=372141&r2=372142&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-console/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-console/project.xml Tue Jan 24 23:08:11 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>servicemix-jbi</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -50,7 +51,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-core</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>