[jboss-cvs] JBossAS SVN: r77995 - in projects/microcontainer/trunk: dependency and 3 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 4 14:05:47 EDT 2008


Author: pgier
Date: 2008-09-04 14:05:47 -0400 (Thu, 04 Sep 2008)
New Revision: 77995

Modified:
   projects/microcontainer/trunk/aop-mc-int/pom.xml
   projects/microcontainer/trunk/dependency/pom.xml
   projects/microcontainer/trunk/guice-int/pom.xml
   projects/microcontainer/trunk/kernel/pom.xml
   projects/microcontainer/trunk/spring-int/pom.xml
Log:
[JBBUILD-484] Update some comments in the poms.

Modified: projects/microcontainer/trunk/aop-mc-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/aop-mc-int/pom.xml	2008-09-04 17:28:34 UTC (rev 77994)
+++ projects/microcontainer/trunk/aop-mc-int/pom.xml	2008-09-04 18:05:47 UTC (rev 77995)
@@ -195,7 +195,8 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  
+  <!-- Do not add version information here, use ../pom.xml instead -->
   <dependencies>
     <!-- Global dependencies -->
     <dependency>
@@ -340,6 +341,7 @@
       </exclusions>
     </dependency>
   </dependencies>
+  
   <profiles>
     <profile>
       <id>tests-weave</id>

Modified: projects/microcontainer/trunk/dependency/pom.xml
===================================================================
--- projects/microcontainer/trunk/dependency/pom.xml	2008-09-04 17:28:34 UTC (rev 77994)
+++ projects/microcontainer/trunk/dependency/pom.xml	2008-09-04 18:05:47 UTC (rev 77995)
@@ -40,7 +40,8 @@
       </plugin>
     </plugins>
   </build>
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  
+  <!-- Do not add version information here, use ../pom.xml instead -->
   <dependencies>
     <!-- Global dependencies -->
     <dependency>

Modified: projects/microcontainer/trunk/guice-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/guice-int/pom.xml	2008-09-04 17:28:34 UTC (rev 77994)
+++ projects/microcontainer/trunk/guice-int/pom.xml	2008-09-04 18:05:47 UTC (rev 77995)
@@ -11,7 +11,7 @@
   <url>http://www.jboss.com/products/jbossmc</url>
   <description>JBoss Microcontainer Guice Int</description>
 
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  <!-- Do not add version information here, use ../pom.xml instead -->
   <dependencies>
     <!-- Global dependencies -->
     <dependency>

Modified: projects/microcontainer/trunk/kernel/pom.xml
===================================================================
--- projects/microcontainer/trunk/kernel/pom.xml	2008-09-04 17:28:34 UTC (rev 77994)
+++ projects/microcontainer/trunk/kernel/pom.xml	2008-09-04 18:05:47 UTC (rev 77995)
@@ -31,6 +31,7 @@
         </configuration-->
       </plugin>   	   
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-assembly-plugin</artifactId>
         <configuration>
           <descriptors>
@@ -42,6 +43,7 @@
       </plugin>
     </plugins>
   </build>
+  
   <dependencyManagement>
     <dependencies>
       <dependency>
@@ -58,7 +60,8 @@
       </dependency>
     </dependencies>
   </dependencyManagement>
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  
+  <!-- Do not add version information here, use ../pom.xml instead -->
   <dependencies>
     <!-- Global dependencies -->
     <dependency>

Modified: projects/microcontainer/trunk/spring-int/pom.xml
===================================================================
--- projects/microcontainer/trunk/spring-int/pom.xml	2008-09-04 17:28:34 UTC (rev 77994)
+++ projects/microcontainer/trunk/spring-int/pom.xml	2008-09-04 18:05:47 UTC (rev 77995)
@@ -11,7 +11,7 @@
   <url>http://www.jboss.com/products/jbossmc</url>
   <description>JBoss Microcontainer Spring Integration</description>
 
-  <!-- Do not add version information here, use ../build/pom.xml instead -->
+  <!-- Do not add version information here, use ../pom.xml instead -->
   <dependencies>
     <!-- Global dependencies -->
     <dependency>




More information about the jboss-cvs-commits mailing list