You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Emmanuel Hugonnet <eh...@gmail.com> on 2008/10/13 09:42:14 UTC

[ANN] - SCM Changelog Maven Plugin 1.0 Released

The SCM Changelog Maven Plugin team is pleased to announce the 
scmchangelog-maven-plugin-1.0 release!

This plugin produces a changelog report using the SCM comments. 
Currently only subversion and mercurial are supported.

Changes in this version include:

Fixed Bugs:
o Issue MSCMCHGLOG-2  : entries are ordered in a lifo style.
o Issue MSCMCHGLOG-3  : missing '/' in JIRA url.
o Issue MSCMCHGLOG-4 : Documentation

Have fun!
-SCM Changelog Maven Plugin team

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

Posted by Martin Höller <ma...@xss.co.at>.
On 13 Oct 2008, Peter Horlock wrote:

>       Which plugin are you talking about???!
> The changelog plugin's last version was 2.1, the scm plugin's last version
> was 1.1, so no idea what "new 1.0" is supposed to mean...

There is a new plugin, which is kind of a mix of the
maven-changelog-plugin and the maven-changes-plugin.

See http://mojo.codehaus.org/scmchangelog-maven-plugin/ for more details.

hth,
- martin

Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

Posted by Rémy Sanlaville <re...@gmail.com>.
Hi,

It's a new plugin (neither maven-changelog-plugin nor maven-changes-plugin).
If you want to understand why a new plugin, just have a look to
http://mojo.codehaus.org/scmchangelog-maven-plugin/faq.html

Thanks,

Rémy

Re: [ANN] - SCM Changelog Maven Plugin 1.0 Released

Posted by Peter Horlock <pe...@googlemail.com>.
      Which plugin are you talking about???!
The changelog plugin's last version was 2.1, the scm plugin's last version
was 1.1, so no idea what "new 1.0" is supposed to mean...
   ????
       <plugin>
                <artifactId>maven-changelog-plugin</artifactId>
                <version>2.1</version>

                </plugin>

               <plugin>
                    <artifactId>maven-scm-plugin</artifactId>
                    <version>1.1</version>
                  </plugin>

Thanks,

Peter