Adjust for moving from 3.2.2-SNAPSHOT to 3.2.2

This commit is contained in:
Jason van Zyl 2014-06-17 11:00:43 -04:00
parent 966093a6ba
commit 3e8bdbf565
5 changed files with 5 additions and 5 deletions

View File

@ -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()

View File

@ -35,7 +35,7 @@ public class MavenITmng3106ProfileMultipleActivatorsTest
{
public MavenITmng3106ProfileMultipleActivatorsTest()
{
super( "(2.0.9,3.2.2-SNAPSHOT]" );
super( "(2.0.9,3.2.2)" );
}
/**

View File

@ -35,7 +35,7 @@ public class MavenITmng4565MultiConditionProfileActivationTest
{
public MavenITmng4565MultiConditionProfileActivationTest()
{
super( "(3.2.2-SNAPSHOT,)" );
super( "(3.2.2,)" );
}
/**

View File

@ -35,7 +35,7 @@ public class MavenITmng5452MavenBuildTimestampUTCTest
public MavenITmng5452MavenBuildTimestampUTCTest()
{
super( "[3.2.2-SNAPSHOT,)" );
super( "[3.2.2,)" );
}
public void testMavenBuildTimestampIsUsingUTC()

View File

@ -36,7 +36,7 @@ public class MavenITmng5639ImportScopePomResolutionTest
public MavenITmng5639ImportScopePomResolutionTest()
{
super( "(3.2.2-SNAPSHOT,)" );
super( "(3.2.2,)" );
}
public void testitMNG5639()