You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2016/06/03 20:57:57 UTC

svn commit: r1746762 - /maven/shared/trunk/maven-archiver/pom.xml

Author: khmarbaise
Date: Fri Jun  3 20:57:57 2016
New Revision: 1746762

URL: http://svn.apache.org/viewvc?rev=1746762&view=rev
Log:
Beautified comments.

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

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1746762&r1=1746761&r2=1746762&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Fri Jun  3 20:57:57 2016
@@ -79,8 +79,8 @@
       <version>3.0.1</version>
     </dependency>
     <!--
-    Pulled in as a direct dependency to resolve conflicts.
-    We want the most recent commons-io compatible to the target JDK.
+      ! Pulled in as a direct dependency to resolve conflicts.
+      ! We want the most recent commons-io compatible to the target JDK.
     -->
     <dependency>
       <groupId>commons-io</groupId>
@@ -93,7 +93,10 @@
       <artifactId>plexus-archiver</artifactId>
       <version>3.3</version>
     </dependency>
-    <!-- plexus-archiver needs this, or else maven-artifact will pull in a version from the pliocene era -->
+    <!--
+      ! plexus-archiver needs this, or else maven-artifact will 
+      ! pull in a version from the pliocene era
+    -->
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>