Author: niallp
Date: Sat May 17 13:12:05 2008
New Revision: 657457
URL: http://svn.apache.org/viewvc?rev=657457&view=rev
Log:
Add <issueManagement> section so that the changes report has links and lock
down the pkugin versions in the <reporting> section. Also port other changes
from trunk to J6 branch
Modified:
commons/proper/scxml/branches/J6/pom.xml
Modified: commons/proper/scxml/branches/J6/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/pom.xml?rev=657457&r1=657456&r2=657457&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/pom.xml (original)
+++ commons/proper/scxml/branches/J6/pom.xml Sat May 17 13:12:05 2008
@@ -15,9 +15,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.apache.commons</groupId>
@@ -36,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>
@@ -181,9 +184,8 @@
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
<commons.componentid>scxml</commons.componentid>
- <commons.release.version>0.7</commons.release.version>
+ <commons.release.version>0.8</commons.release.version>
<commons.rc.version>RC1</commons.rc.version>
- <commons.binary.suffix></commons.binary.suffix>
<commons.jira.id>SCXML</commons.jira.id>
<commons.jira.pid>12310492</commons.jira.pid>
</properties>
@@ -240,6 +242,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>
@@ -255,6 +258,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>