Author: sgoeschl
Date: Sun Mar 15 21:07:24 2009
New Revision: 754751
URL: http://svn.apache.org/viewvc?rev=754751&view=rev
Log:
+) fixed broken changelog report - the JIRA issue links did not work
+) preparing new release candidate
Modified:
commons/proper/exec/trunk/pom.xml
Modified: commons/proper/exec/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=754751&r1=754750&r2=754751&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Sun Mar 15 21:07:24 2009
@@ -125,6 +125,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.0</version>
+ <configuration>
+ <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+ </configuration>
<reportSets>
<reportSet>
<reports>
@@ -132,7 +135,7 @@
</reports>
</reportSet>
</reportSets>
- </plugin>
+ </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
@@ -184,7 +187,7 @@
<commons.componentid>exec</commons.componentid>
<commons.jira.id>EXEC</commons.jira.id>
<commons.jira.pid>12310814</commons.jira.pid>
- <commons.release.version>1.0.0</commons.release.version>
+ <commons.release.version>1.0</commons.release.version>
<!-- The RC version used in the staging repository URL. -->
<commons.rc.version>RC5</commons.rc.version>
</properties>