You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by se...@apache.org on 2013/06/25 03:36:53 UTC

svn commit: r1496330 - /maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml

Author: sebb
Date: Tue Jun 25 01:36:52 2013
New Revision: 1496330

URL: http://svn.apache.org/r1496330
Log:
More layout

Modified:
    maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml

Modified: maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml?rev=1496330&r1=1496329&r2=1496330&view=diff
==============================================================================
--- maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml (original)
+++ maven/sandbox/trunk/plugins/maven-digest-plugin/pom.xml Tue Jun 25 01:36:52 2013
@@ -15,8 +15,7 @@
  See the License for the 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>
@@ -29,10 +28,11 @@
   <artifactId>maven-digest-plugin</artifactId>
   <version>0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
+
   <name>maven-digest-plugin Apache Maven Mojo</name>
-<description>
-The Apache Maven Digest Mojo provides digest (hashing) facilities for files
-</description>
+  <description>
+    The Apache Maven Digest Mojo provides digest (hashing) facilities for files
+  </description>
   <!-- TODO fix URL -->
   <url>http://maven.apache.org/</url>
   <inceptionYear>2013</inceptionYear>
@@ -42,11 +42,10 @@ The Apache Maven Digest Mojo provides di
   </organization>
   <!-- TODO -->
   <licenses>
-    <license>
-      
+    <license>    
     </license>
   </licenses>
-  
+
   <developers/>
   <contributors/>
 
@@ -56,7 +55,6 @@ The Apache Maven Digest Mojo provides di
     <maven>${mavenVersion}</maven>
   </prerequisites>
 
-
   <modules/>
   
   <scm>
@@ -64,15 +62,12 @@ The Apache Maven Digest Mojo provides di
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-digest-plugin/trunk/</developerConnection>
     <url>http://svn.apache.org/viewvc/commons/proper/commons-digest-plugin/trunk/</url>
   </scm>
-
   <issueManagement>
     <system>jira</system>
     <!-- TODO fix -->
     <url>http://jira.codehaus.org/browse/M-TODO-FIX</url>
   </issueManagement>
-
   <ciManagement/>
-
   <distributionManagement/>
 
    <properties>
@@ -83,7 +78,6 @@ The Apache Maven Digest Mojo provides di
   </properties>
 
   <dependencyManagement/>
-
   <dependencies>
     <!-- We use Commons Codec to create the hashes -->
     <dependency>