You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/07/23 06:12:31 UTC

svn commit: r1364486 - /commons/proper/vfs/trunk/dist/pom.xml

Author: ggregory
Date: Mon Jul 23 04:12:31 2012
New Revision: 1364486

URL: http://svn.apache.org/viewvc?rev=1364486&view=rev
Log:
Fix XML comment nit.

Modified:
    commons/proper/vfs/trunk/dist/pom.xml

Modified: commons/proper/vfs/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/dist/pom.xml?rev=1364486&r1=1364485&r2=1364486&view=diff
==============================================================================
--- commons/proper/vfs/trunk/dist/pom.xml (original)
+++ commons/proper/vfs/trunk/dist/pom.xml Mon Jul 23 04:12:31 2012
@@ -94,7 +94,7 @@ limitations under the License.
           <plugin>
             <artifactId>maven-assembly-plugin</artifactId>
             <executions>
-              <!-- As the main Apache pom only builds source zip archives but
+              <!-- As the main Apache POM only builds source zip archives but
                    commons wants both zip and tar.gz and because this is configured
                    in the assembly, we need to use a specific assembly. That also allows
                    naming the final artifact as -src not -source-release.