You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2007/11/21 14:07:14 UTC

svn commit: r597064 - /maven/shared/trunk/maven-shared-io/pom.xml

Author: vsiveton
Date: Wed Nov 21 05:07:08 2007
New Revision: 597064

URL: http://svn.apache.org/viewvc?rev=597064&view=rev
Log:
o bumped to parent:8
o cleaned POM

Modified:
    maven/shared/trunk/maven-shared-io/pom.xml

Modified: maven/shared/trunk/maven-shared-io/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-shared-io/pom.xml?rev=597064&r1=597063&r2=597064&view=diff
==============================================================================
--- maven/shared/trunk/maven-shared-io/pom.xml (original)
+++ maven/shared/trunk/maven-shared-io/pom.xml Wed Nov 21 05:07:08 2007
@@ -17,14 +17,13 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>7</version>
+    <version>8</version>
   </parent>
 
   <artifactId>maven-shared-io</artifactId>
@@ -90,21 +89,6 @@
 
   <build>
     <plugins>
-      <!--
-        <plugin>
-        <artifactId>maven-clean-plugin</artifactId>
-        <configuration>
-        <filesets>
-        <fileset>
-        <directory>${basedir}</directory>
-        <includes>
-        <include>cobertura.ser</include>
-        </includes>
-        </fileset>
-        </filesets>
-        </configuration>
-        </plugin>
-      -->
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.3</version>