mirror of https://github.com/apache/maven.git
o Updated version ranges
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@929461 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a158788316
commit
3caf7710de
|
@ -36,7 +36,7 @@ public class MavenITmng1701DuplicatePluginTest
|
|||
|
||||
public MavenITmng1701DuplicatePluginTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng2222OutputDirectoryReactorResolutionTest
|
|||
|
||||
public MavenITmng2222OutputDirectoryReactorResolutionTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng2741PluginMetadataResolutionErrorMessageTest
|
|||
|
||||
public MavenITmng2741PluginMetadataResolutionErrorMessageTest()
|
||||
{
|
||||
super( "[2.1.0,3.0-alpha-1),[3.0-alpha-8,)" );
|
||||
super( "[2.1.0,3.0-alpha-1),[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng3477DependencyResolutionErrorMessageTest
|
|||
|
||||
public MavenITmng3477DependencyResolutionErrorMessageTest()
|
||||
{
|
||||
super( "[2.1.0,3.0-alpha-1),[3.0-alpha-8,)" );
|
||||
super( "[2.1.0,3.0-alpha-1),[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng3529QuotedCliArgTest
|
|||
|
||||
public MavenITmng3529QuotedCliArgTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -37,7 +37,7 @@ public class MavenITmng4005UniqueDependencyKeyTest
|
|||
|
||||
public MavenITmng4005UniqueDependencyKeyTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng4162ReportingMigrationTest
|
|||
|
||||
public MavenITmng4162ReportingMigrationTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -50,7 +50,7 @@ public class MavenITmng4326LocalSnapshotSuppressesRemoteCheckTest
|
|||
|
||||
public MavenITmng4326LocalSnapshotSuppressesRemoteCheckTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -35,7 +35,7 @@ public class MavenITmng4418ReservedRepoIdLocalTest
|
|||
|
||||
public MavenITmng4418ReservedRepoIdLocalTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng4580ProjectLevelPluginDepUsedForCliInvocInReactorTest
|
|||
|
||||
public MavenITmng4580ProjectLevelPluginDepUsedForCliInvocInReactorTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -35,7 +35,7 @@ public class MavenITmng4586PluginPrefixResolutionFromVersionlessPluginMngtTest
|
|||
|
||||
public MavenITmng4586PluginPrefixResolutionFromVersionlessPluginMngtTest()
|
||||
{
|
||||
super( "[3.0-alpha-8,)" );
|
||||
super( "[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng4590ImportedPomUsesSystemPropertiesTest
|
|||
|
||||
public MavenITmng4590ImportedPomUsesSystemPropertiesTest()
|
||||
{
|
||||
super( "[2.0.9,3.0-alpha-1),[3.0-alpha-8,)" );
|
||||
super( "[2.0.9,3.0-alpha-1),[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -37,7 +37,7 @@ public class MavenITmng4600DependencyOptionalFlagManagementTest
|
|||
|
||||
public MavenITmng4600DependencyOptionalFlagManagementTest()
|
||||
{
|
||||
super( "[2.0.3,3.0-alpha-1),[3.0-alpha-8,)" );
|
||||
super( "[2.0.3,3.0-alpha-1),[3.0-beta-1,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue