You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2015/01/03 23:01:30 UTC

svn commit: r1649253 - /maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Author: michaelo
Date: Sat Jan  3 22:01:29 2015
New Revision: 1649253

URL: http://svn.apache.org/r1649253
Log:
Improve comments in pom.xml

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=1649253&r1=1649252&r2=1649253&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Sat Jan  3 22:01:29 2015
@@ -220,7 +220,7 @@ under the License.
       <scope>runtime</scope>
     </dependency>
 
-    <!-- scm -->
+    <!-- SCM -->
     <dependency>
       <groupId>org.apache.maven.scm</groupId>
       <artifactId>maven-scm-api</artifactId>
@@ -299,7 +299,7 @@ under the License.
       <version>${doxiaVersion}</version>
     </dependency>
 
-    <!-- Doxia-sitetools -->
+    <!-- Doxia Sitetools -->
     <dependency>
       <groupId>org.apache.maven.doxia</groupId>
       <artifactId>doxia-decoration-model</artifactId>
@@ -445,7 +445,7 @@ under the License.
           </excludes>
         </configuration>
       </plugin>
-      <!-- To use jetty ssl in tests -->
+      <!-- To use Jetty SSL in tests -->
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jarsigner-plugin</artifactId>
@@ -521,7 +521,7 @@ under the License.
             <artifactId>maven-changes-plugin</artifactId>
             <version>2.11</version>
             <configuration>
-              <!-- For JIRA-report -->
+              <!-- For JIRA report -->
               <columnNames>Type,Key,Summary,Assignee,Status,Resolution,Fix Version</columnNames>
               <maxEntries>200</maxEntries>
               <onlyCurrentVersion>true</onlyCurrentVersion>