Author: niallp
Date: Sat May 17 13:10:55 2008
New Revision: 657456

URL: http://svn.apache.org/viewvc?rev=657456&view=rev
Log:
Add <issueManagement> section so that the changes report has links and lock 
down the pkugin versions in the <reporting> section

Modified:
    commons/proper/scxml/trunk/pom.xml

Modified: commons/proper/scxml/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/scxml/trunk/pom.xml?rev=657456&r1=657455&r2=657456&view=diff
==============================================================================
--- commons/proper/scxml/trunk/pom.xml (original)
+++ commons/proper/scxml/trunk/pom.xml Sat May 17 13:10:55 2008
@@ -34,6 +34,11 @@
 
   <url>http://commons.apache.org/scxml/</url>
 
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/SCXML</url>
+  </issueManagement>
+
   <scm>
     
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/scxml/trunk</connection>
     
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/scxml/trunk</developerConnection>
@@ -236,6 +241,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
+        <version>2.0</version>
         <configuration>
           <xmlPath>${basedir}/xdocs/changes.xml</xmlPath>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -251,6 +257,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>2.1</version>
         <configuration>
           <configLocation>scxml-checks.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>


Reply via email to