mirror of https://github.com/apache/maven.git
2.0.10 did not include the user agent settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@700329 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4cb764602f
commit
bcebcd5eb4
|
@ -46,7 +46,7 @@ public class MavenITmng3652UserAgentHeader
|
|||
|
||||
public MavenITmng3652UserAgentHeader()
|
||||
{
|
||||
super( "(2.0.9,2.99.99)" );
|
||||
super( "[2.1.0-M1,2.99.99)" );
|
||||
}
|
||||
|
||||
public void setUp()
|
||||
|
|
Loading…
Reference in New Issue