You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2008/09/03 20:44:46 UTC

svn commit: r691724 - /maven/shared/trunk/file-management/pom.xml

Author: bentmann
Date: Wed Sep  3 11:44:46 2008
New Revision: 691724

URL: http://svn.apache.org/viewvc?rev=691724&view=rev
Log:
o Changed version to 1.2.1-SNAPSHOT (it's only a bugfix release so far)
o Updated to junit:3.8.2
o Updated to plexus-utils:1.5.6
o Updated to maven-surefire-plugin:2.4.3
o Updated to modello-maven-plugin:1.0-alpha-21

Modified:
    maven/shared/trunk/file-management/pom.xml

Modified: maven/shared/trunk/file-management/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/file-management/pom.xml?rev=691724&r1=691723&r2=691724&view=diff
==============================================================================
--- maven/shared/trunk/file-management/pom.xml (original)
+++ maven/shared/trunk/file-management/pom.xml Wed Sep  3 11:44:46 2008
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>file-management</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
 
   <name>Maven File Management API</name>
   <description>API to collect files from a given directory using several include/exclude rules.</description>
@@ -68,7 +68,7 @@
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.4.6</version>
+      <version>1.5.6</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
@@ -80,7 +80,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -90,7 +90,7 @@
       <plugin>
         <groupId>org.codehaus.modello</groupId>
         <artifactId>modello-maven-plugin</artifactId>
-        <version>1.0-alpha-17</version>
+        <version>1.0-alpha-21</version>
         <executions>
           <execution>
             <id>fileset</id>
@@ -101,7 +101,9 @@
               <goal>xsd</goal>
             </goals>
             <configuration>
-              <model>src/main/mdo/fileset.mdo</model>
+              <models>
+                <model>src/main/mdo/fileset.mdo</model>
+              </models>
             </configuration>
           </execution>
         </executions>
@@ -111,7 +113,7 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.3</version>
+        <version>2.4.3</version>
       </plugin>
     </plugins>
   </build>