mirror of https://github.com/apache/maven.git
Adjust for moving from 3.2.2-SNAPSHOT to 3.2.2
This commit is contained in:
parent
966093a6ba
commit
3e8bdbf565
|
@ -38,7 +38,7 @@ public class MavenITmng2562Timestamp322Test
|
|||
|
||||
public MavenITmng2562Timestamp322Test()
|
||||
{
|
||||
super( "[3.2.2-SNAPSHOT,)" ); // 3.2.2+ only as we changed the timestamp format
|
||||
super( "[3.2.2,)" ); // 3.2.2+ only as we changed the timestamp format
|
||||
}
|
||||
|
||||
public void testitDefaultFormat()
|
||||
|
|
|
@ -35,7 +35,7 @@ public class MavenITmng3106ProfileMultipleActivatorsTest
|
|||
{
|
||||
public MavenITmng3106ProfileMultipleActivatorsTest()
|
||||
{
|
||||
super( "(2.0.9,3.2.2-SNAPSHOT]" );
|
||||
super( "(2.0.9,3.2.2)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -35,7 +35,7 @@ public class MavenITmng4565MultiConditionProfileActivationTest
|
|||
{
|
||||
public MavenITmng4565MultiConditionProfileActivationTest()
|
||||
{
|
||||
super( "(3.2.2-SNAPSHOT,)" );
|
||||
super( "(3.2.2,)" );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -35,7 +35,7 @@ public class MavenITmng5452MavenBuildTimestampUTCTest
|
|||
|
||||
public MavenITmng5452MavenBuildTimestampUTCTest()
|
||||
{
|
||||
super( "[3.2.2-SNAPSHOT,)" );
|
||||
super( "[3.2.2,)" );
|
||||
}
|
||||
|
||||
public void testMavenBuildTimestampIsUsingUTC()
|
||||
|
|
|
@ -36,7 +36,7 @@ public class MavenITmng5639ImportScopePomResolutionTest
|
|||
|
||||
public MavenITmng5639ImportScopePomResolutionTest()
|
||||
{
|
||||
super( "(3.2.2-SNAPSHOT,)" );
|
||||
super( "(3.2.2,)" );
|
||||
}
|
||||
|
||||
public void testitMNG5639()
|
||||
|
|
Loading…
Reference in New Issue