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:09:04 UTC

svn commit: r372143 - /incubator/servicemix/trunk/servicemix-gbean/project.xml

Author: foconer
Date: Tue Jan 24 23:08:50 2006
New Revision: 372143

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

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

Modified: incubator/servicemix/trunk/servicemix-gbean/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-gbean/project.xml?rev=372143&r1=372142&r2=372143&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-gbean/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-gbean/project.xml Tue Jan 24 23:08:50 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>
@@ -31,7 +32,7 @@
     <packageGroups>
       <packageGroup>
         <title>Geronimo / GBean support</title>
-        <packages>org.apache.servicemix</packages>
+        <packages>org.apache.servicemix.gbean</packages>
       </packageGroup>
     </packageGroups>
  
@@ -41,7 +42,7 @@
     <dependencies>
     
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-jbi</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>
@@ -49,7 +50,7 @@
         </properties>
       </dependency>
       <dependency>
-        <groupId>org.apache.servicemix</groupId>
+        <groupId>${pom.groupId}</groupId>
         <artifactId>servicemix-core</artifactId>
         <version>${pom.currentVersion}</version>
         <properties>