[gatein-commits] gatein SVN: r2797 - components/mop/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Apr 26 15:50:44 EDT 2010


Author: julien_viet
Date: 2010-04-26 15:50:43 -0400 (Mon, 26 Apr 2010)
New Revision: 2797

Modified:
   components/mop/trunk/pom.xml
Log:
GTNMOP-23 : Update to new pom dependencies (parent and dep)


Modified: components/mop/trunk/pom.xml
===================================================================
--- components/mop/trunk/pom.xml	2010-04-26 19:39:39 UTC (rev 2796)
+++ components/mop/trunk/pom.xml	2010-04-26 19:50:43 UTC (rev 2797)
@@ -25,7 +25,7 @@
   <parent>
     <groupId>org.gatein</groupId>
     <artifactId>gatein-parent</artifactId>
-    <version>1.0.0-GA</version>
+    <version>1.0.1-GA</version>
   </parent>
 
   <!-- ****************** -->
@@ -52,7 +52,7 @@
       <dependency>
         <groupId>org.gatein</groupId>
         <artifactId>gatein-dep</artifactId>
-        <version>1.0.0-GA</version>
+        <version>1.0.1-GA</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -94,20 +94,7 @@
          <version>${org.chromattic.version}</version>
       </dependency>
 
-      <!-- Internal dependencies -->
-      <!--
       <dependency>
-        <groupId>org.gatein.common</groupId>
-        <artifactId>common-logging</artifactId>
-        <version>${version.gatein.common}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.gatein.common</groupId>
-        <artifactId>common-common</artifactId>
-        <version>${version.gatein.common}</version>
-      </dependency>
-      -->
-      <dependency>
         <groupId>org.gatein.mop</groupId>
         <artifactId>mop-api</artifactId>
         <version>${project.version}</version>



More information about the gatein-commits mailing list