You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/12/13 22:45:35 UTC

svn commit: r726275 - /commons/proper/exec/trunk/pom.xml

Author: sgoeschl
Date: Sat Dec 13 13:45:34 2008
New Revision: 726275

URL: http://svn.apache.org/viewvc?rev=726275&view=rev
Log:
ASF Licence still removed in dry run of the release plugin - trial and error

Modified:
    commons/proper/exec/trunk/pom.xml

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=726275&r1=726274&r2=726275&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sat Dec 13 13:45:34 2008
@@ -17,17 +17,15 @@
  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">  
-  <modelVersion>4.0.0</modelVersion>
+<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">
+
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
     <version>11</version>
   </parent>
-  
+
+  <modelVersion>4.0.0</modelVersion>  
   <artifactId>commons-exec</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <name>Commons Exec</name>