You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by da...@apache.org on 2012/07/22 11:04:37 UTC

svn commit: r1364240 - /commons/proper/imaging/trunk/pom.xml

Author: damjan
Date: Sun Jul 22 09:04:37 2012
New Revision: 1364240

URL: http://svn.apache.org/viewvc?rev=1364240&view=rev
Log:
Add maven-changes-plugin settings needed to generate release notes.


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

Modified: commons/proper/imaging/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1364240&r1=1364239&r2=1364240&view=diff
==============================================================================
--- commons/proper/imaging/trunk/pom.xml (original)
+++ commons/proper/imaging/trunk/pom.xml Sun Jul 22 09:04:37 2012
@@ -217,6 +217,8 @@
         <version>${commons.changes.version}</version>
         <configuration>
           <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
+          <template>release-notes.vm</template>
+          <templateDirectory>src/changes</templateDirectory>
         </configuration>
         <reportSets>
           <reportSet>



Re: svn commit: r1364240 - /commons/proper/imaging/trunk/pom.xml

Posted by sebb <se...@gmail.com>.
On 22 July 2012 10:04,  <da...@apache.org> wrote:
> Author: damjan
> Date: Sun Jul 22 09:04:37 2012
> New Revision: 1364240
>
> URL: http://svn.apache.org/viewvc?rev=1364240&view=rev
> Log:
> Add maven-changes-plugin settings needed to generate release notes.
>
>
> Modified:
>     commons/proper/imaging/trunk/pom.xml
>
> Modified: commons/proper/imaging/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/pom.xml?rev=1364240&r1=1364239&r2=1364240&view=diff
> ==============================================================================
> --- commons/proper/imaging/trunk/pom.xml (original)
> +++ commons/proper/imaging/trunk/pom.xml Sun Jul 22 09:04:37 2012
> @@ -217,6 +217,8 @@
>          <version>${commons.changes.version}</version>
>          <configuration>
>            <issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
> +          <template>release-notes.vm</template>
> +          <templateDirectory>src/changes</templateDirectory>

These are in the parent pom; just use the -Prelease-notes profile.
[See the parent pom for fill details]

>          </configuration>
>          <reportSets>
>            <reportSet>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org