You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Karl Heinz Marbaise <kh...@apache.org> on 2014/07/25 19:37:49 UTC

[ANN] Apache Maven SCM Version 1.9.1 Released

The Apache Maven team is pleased to announce the release of the 
Apache Maven SCM, version 1.9.1

http://maven.apache.org/scm/

Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other
tools (e.g. Continuum) by providing them with a common API for doing SCM
operations. You can look at the list of SCMs for more information on using
Maven SCM with your favorite SCM tool.

Release Notes - Maven SCM Version 1.9.1

Bugs:

 * [SCM-740] - Maven Release Plugin releases SNAPSHOT instead of STABLE version
 * [SCM-750] - TFS-plugin fails in cases of 'TFS policies' is required by TFS upon checkin
 * [SCM-752] - maven-release-plugin:2.5:prepare fails with 'Error writing POM: (Access is denied)'
 * [SCM-753] - support TFS checkin-policies
 * [SCM-757] - bootstrap/checkout/export goals now requires -Dproject.basedir=. set at command line
 * [SCM-765] - jgit provider commits changes with system user instead of passed username

Improvement:

 * [SCM-741] - scm:validate for svn should offer a way to check the current directory actually matches what's declared in the pom

New Feature:

 * [SCM-747] - [PERFORCE] Support SSL

Tasks:

 * [SCM-754] - Require Tag/Branch Command to return the entire source tree is impractical
 * [SCM-755] - Inject SecDispatcher into TCK base test case
 * [SCM-756] - TCK should invoke EditCommand for provider like Perforce before any change
 * [SCM-760] - remove maven-scm-plugin's RemoveMojoTest due to specific Perforce setup requirement
 * [SCM-761] - Allow downstream TCK to define its own tag

Enjoy,

-The Apache Maven team

Karl-Heinz Marbaise

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


Re: [ANN] Apache Maven SCM Version 1.9.1 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi Robert,


 > Both done.
>
> regards,
> Robert

many thanks.

Kind regards
Karl-Heinz Marbaise
>
> Op Fri, 25 Jul 2014 20:18:37 +0200 schreef Karl Heinz Marbaise
> <kh...@gmx.de>:
>
>> Hi,
>>
>> could one of the Maven PMC members please so kind to put the released
>> files into the distro area and add it to the board report.
>>
>> Many thanks in advance.
>> Kind regards
>> Karl-Heinz Marbaise
>> On 7/25/14 7:37 PM, Karl Heinz Marbaise wrote:
>>> The Apache Maven team is pleased to announce the release of the
>>> Apache Maven SCM, version 1.9.1
>>>
>>> http://maven.apache.org/scm/
>>>
>>> Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and
>>> other
>>> tools (e.g. Continuum) by providing them with a common API for doing SCM
>>> operations. You can look at the list of SCMs for more information on
>>> using
>>> Maven SCM with your favorite SCM tool.
>>>
>>> Release Notes - Maven SCM Version 1.9.1
>>>
>>> Bugs:
>>>
>>>   * [SCM-740] - Maven Release Plugin releases SNAPSHOT instead of
>>> STABLE version
>>>   * [SCM-750] - TFS-plugin fails in cases of 'TFS policies' is
>>> required by TFS upon checkin
>>>   * [SCM-752] - maven-release-plugin:2.5:prepare fails with 'Error
>>> writing POM: (Access is denied)'
>>>   * [SCM-753] - support TFS checkin-policies
>>>   * [SCM-757] - bootstrap/checkout/export goals now requires
>>> -Dproject.basedir=. set at command line
>>>   * [SCM-765] - jgit provider commits changes with system user
>>> instead of passed username
>>>
>>> Improvement:
>>>
>>>   * [SCM-741] - scm:validate for svn should offer a way to check the
>>> current directory actually matches what's declared in the pom
>>>
>>> New Feature:
>>>
>>>   * [SCM-747] - [PERFORCE] Support SSL
>>>
>>> Tasks:
>>>
>>>   * [SCM-754] - Require Tag/Branch Command to return the entire
>>> source tree is impractical
>>>   * [SCM-755] - Inject SecDispatcher into TCK base test case
>>>   * [SCM-756] - TCK should invoke EditCommand for provider like
>>> Perforce before any change
>>>   * [SCM-760] - remove maven-scm-plugin's RemoveMojoTest due to
>>> specific Perforce setup requirement
>>>   * [SCM-761] - Allow downstream TCK to define its own tag
>>>
>>> Enjoy,
>>>
>>> -The Apache Maven team

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


Re: [ANN] Apache Maven SCM Version 1.9.1 Released

Posted by Robert Scholte <rf...@apache.org>.
Both done.

regards,
Robert

Op Fri, 25 Jul 2014 20:18:37 +0200 schreef Karl Heinz Marbaise  
<kh...@gmx.de>:

> Hi,
>
> could one of the Maven PMC members please so kind to put the released  
> files into the distro area and add it to the board report.
>
> Many thanks in advance.
> Kind regards
> Karl-Heinz Marbaise
> On 7/25/14 7:37 PM, Karl Heinz Marbaise wrote:
>> The Apache Maven team is pleased to announce the release of the
>> Apache Maven SCM, version 1.9.1
>>
>> http://maven.apache.org/scm/
>>
>> Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and  
>> other
>> tools (e.g. Continuum) by providing them with a common API for doing SCM
>> operations. You can look at the list of SCMs for more information on  
>> using
>> Maven SCM with your favorite SCM tool.
>>
>> Release Notes - Maven SCM Version 1.9.1
>>
>> Bugs:
>>
>>   * [SCM-740] - Maven Release Plugin releases SNAPSHOT instead of  
>> STABLE version
>>   * [SCM-750] - TFS-plugin fails in cases of 'TFS policies' is required  
>> by TFS upon checkin
>>   * [SCM-752] - maven-release-plugin:2.5:prepare fails with 'Error  
>> writing POM: (Access is denied)'
>>   * [SCM-753] - support TFS checkin-policies
>>   * [SCM-757] - bootstrap/checkout/export goals now requires  
>> -Dproject.basedir=. set at command line
>>   * [SCM-765] - jgit provider commits changes with system user instead  
>> of passed username
>>
>> Improvement:
>>
>>   * [SCM-741] - scm:validate for svn should offer a way to check the  
>> current directory actually matches what's declared in the pom
>>
>> New Feature:
>>
>>   * [SCM-747] - [PERFORCE] Support SSL
>>
>> Tasks:
>>
>>   * [SCM-754] - Require Tag/Branch Command to return the entire source  
>> tree is impractical
>>   * [SCM-755] - Inject SecDispatcher into TCK base test case
>>   * [SCM-756] - TCK should invoke EditCommand for provider like  
>> Perforce before any change
>>   * [SCM-760] - remove maven-scm-plugin's RemoveMojoTest due to  
>> specific Perforce setup requirement
>>   * [SCM-761] - Allow downstream TCK to define its own tag
>>
>> Enjoy,
>>
>> -The Apache Maven team
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org

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


Re: [ANN] Apache Maven SCM Version 1.9.1 Released

Posted by Karl Heinz Marbaise <kh...@gmx.de>.
Hi,

could one of the Maven PMC members please so kind to put the released 
files into the distro area and add it to the board report.

Many thanks in advance.
Kind regards
Karl-Heinz Marbaise
On 7/25/14 7:37 PM, Karl Heinz Marbaise wrote:
> The Apache Maven team is pleased to announce the release of the
> Apache Maven SCM, version 1.9.1
>
> http://maven.apache.org/scm/
>
> Maven SCM supports Maven 2.x plugins (e.g. maven-release-plugin) and other
> tools (e.g. Continuum) by providing them with a common API for doing SCM
> operations. You can look at the list of SCMs for more information on using
> Maven SCM with your favorite SCM tool.
>
> Release Notes - Maven SCM Version 1.9.1
>
> Bugs:
>
>   * [SCM-740] - Maven Release Plugin releases SNAPSHOT instead of STABLE version
>   * [SCM-750] - TFS-plugin fails in cases of 'TFS policies' is required by TFS upon checkin
>   * [SCM-752] - maven-release-plugin:2.5:prepare fails with 'Error writing POM: (Access is denied)'
>   * [SCM-753] - support TFS checkin-policies
>   * [SCM-757] - bootstrap/checkout/export goals now requires -Dproject.basedir=. set at command line
>   * [SCM-765] - jgit provider commits changes with system user instead of passed username
>
> Improvement:
>
>   * [SCM-741] - scm:validate for svn should offer a way to check the current directory actually matches what's declared in the pom
>
> New Feature:
>
>   * [SCM-747] - [PERFORCE] Support SSL
>
> Tasks:
>
>   * [SCM-754] - Require Tag/Branch Command to return the entire source tree is impractical
>   * [SCM-755] - Inject SecDispatcher into TCK base test case
>   * [SCM-756] - TCK should invoke EditCommand for provider like Perforce before any change
>   * [SCM-760] - remove maven-scm-plugin's RemoveMojoTest due to specific Perforce setup requirement
>   * [SCM-761] - Allow downstream TCK to define its own tag
>
> Enjoy,
>
> -The Apache Maven team
>

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