You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/11/16 03:39:16 UTC

svn commit: r595524 - in /commons/proper/beanutils/trunk: pom.xml src/main/assembly/src.xml

Author: niallp
Date: Thu Nov 15 18:39:11 2007
New Revision: 595524

URL: http://svn.apache.org/viewvc?rev=595524&view=rev
Log:
m2 build changes

Modified:
    commons/proper/beanutils/trunk/pom.xml
    commons/proper/beanutils/trunk/src/main/assembly/src.xml

Modified: commons/proper/beanutils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/pom.xml?rev=595524&r1=595523&r2=595524&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/pom.xml (original)
+++ commons/proper/beanutils/trunk/pom.xml Thu Nov 15 18:39:11 2007
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>4</version>
+    <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-beanutils</groupId>
@@ -165,15 +165,6 @@
   <build>
       <sourceDirectory>src/java</sourceDirectory>
       <testSourceDirectory>src/test</testSourceDirectory>
-      <pluginManagement>
-        <plugins>
-          <plugin>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <version>2.3</version>
-          </plugin>
-        </plugins>
-      </pluginManagement>
       <plugins>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>

Modified: commons/proper/beanutils/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/beanutils/trunk/src/main/assembly/src.xml?rev=595524&r1=595523&r2=595524&view=diff
==============================================================================
--- commons/proper/beanutils/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/beanutils/trunk/src/main/assembly/src.xml Thu Nov 15 18:39:11 2007
@@ -20,9 +20,7 @@
         <format>tar.gz</format>
         <format>zip</format>
     </formats>
-<!--
-    <baseDirectory>${project.build.finalName}-src</baseDirectory>
- -->
+    <baseDirectory>${artifactId}-${version}-src</baseDirectory>
     <fileSets>
         <fileSet>
             <includes>