Author: hboutemy
Date: Sat Aug 31 17:37:20 2013
New Revision: 1519195

URL: http://svn.apache.org/r1519195
Log:
[MCHANGES-320] changed sample changes.xml content to better show that it is 
sample content and not actual plugin's effective changes

Modified:
    maven/plugins/trunk/maven-changes-plugin/pom.xml
    maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml

Modified: maven/plugins/trunk/maven-changes-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/pom.xml?rev=1519195&r1=1519194&r2=1519195&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-changes-plugin/pom.xml Sat Aug 31 17:37:20 2013
@@ -106,7 +106,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>
       <artifactId>maven-plugin-annotations</artifactId>
-      <version>${mavenPluginPluginVersion}</version>
       <scope>provided</scope>
     </dependency>
 
@@ -541,7 +540,7 @@ under the License.
               <issueManagementSystems>
                 <issueManagementSystem>JIRA</issueManagementSystem>
               </issueManagementSystems>
-              <!-- For Changes-report -->
+              <!-- For (sample) Changes-report -->
               <issueLinkTemplatePerSystem>
                 <default>%URL%/%ISSUE%</default>
               </issueLinkTemplatePerSystem>

Modified: 
maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml?rev=1519195&r1=1519194&r2=1519195&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml 
(original)
+++ 
maven/plugins/trunk/maven-changes-plugin/src/site/changes/sample-changes.xml 
Sat Aug 31 17:37:20 2013
@@ -20,13 +20,13 @@ under the License.
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
           xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 
http://maven.apache.org/xsd/changes-1.0.0.xsd";>
   <properties>
-    <title>Changes Tester Project</title>
+    <title>Sample Changes Report: Title</title>
     <author email="jr...@exist.com">Johnny R. Ruiz III</author>
   </properties>
   <body>
-    <release version="1.1" date="2005-03-01" description="Subsequent release">
+    <release version="1.1" date="2005-03-01" description="Sample release">
       <action dev="jruiz" type="add" due-to="Dennis Lundberg">
-        Added additional documentation on how to configure the plugin.
+        (Sample Action) Added additional documentation on how to configure the 
component.
       </action>
       <action dev="aramirez" type="fix" issue="MPJIRA-11">
         Enable retrieving component-specific issues.
@@ -39,7 +39,7 @@ under the License.
 
     <release version="1.0" date="2005-01-01" description="First release">
       <action dev="jruiz" type="update">
-        Uploaded documentation on how to use the plugin.
+        Uploaded documentation.
       </action>
     </release>
   </body>


Reply via email to