diff --git a/src/it/it-dependency-updates-report-001/verify.bsh b/src/it/it-dependency-updates-report-001/verify.bsh index d71ea83580..cb1a4a8c77 100644 --- a/src/it/it-dependency-updates-report-001/verify.bsh +++ b/src/it/it-dependency-updates-report-001/verify.bsh @@ -11,7 +11,7 @@ try .replaceAll( "&[^;]+;", " " ) .replaceAll( "\\s+", " " ); - if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.1 1.2 2.0" ) < 0 ) + if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.3 1.3 3.0" ) < 0 ) { System.out.println( "Did not generate summary correctly" ); System.out.println( "Result = \"" + result +"\"" ); diff --git a/src/it/it-dependency-updates-report-003/verify.bsh b/src/it/it-dependency-updates-report-003/verify.bsh index b9f302ee44..6d424fff75 100644 --- a/src/it/it-dependency-updates-report-003/verify.bsh +++ b/src/it/it-dependency-updates-report-003/verify.bsh @@ -11,7 +11,7 @@ try .replaceAll( "&[^;]+;", " " ) .replaceAll( "\\s+", " " ); - if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.1 1.2 2.0" ) < 0 ) + if ( result.indexOf( "localhost dummy-api 1.1 compile jar 1.1.0-2 1.1.3 1.3 3.0" ) < 0 ) { System.out.println( "Did not pick up updated in dependencies section" ); System.out.println( "Result = \"" + result +"\"" ); diff --git a/src/it/it-dependency-updates-report-004/verify.bsh b/src/it/it-dependency-updates-report-004/verify.bsh index a5102914ce..2ba289b304 100644 --- a/src/it/it-dependency-updates-report-004/verify.bsh +++ b/src/it/it-dependency-updates-report-004/verify.bsh @@ -11,13 +11,13 @@ try .replaceAll( "&[^;]+;", " " ) .replaceAll( "\\s+", " " ); - if ( !result.contains( "localhost dummy-api 1.1 jar 1.1.0-2 1.1.1 1.2 2.0" ) ) + if ( !result.contains( "localhost dummy-api 1.1 jar 1.1.0-2 1.1.3 1.3 3.0" ) ) { System.out.println( "Did not pick up updated in Dependency Management section" ); System.out.println( "Result = \"" + result +"\"" ); return false; } - if ( !result.contains( "localhost dummy-impl 1.1 jar 1.2 2.0" ) ) + if ( !result.contains( "localhost dummy-impl 1.1 jar 1.4 2.2" ) ) { System.out.println( "Did not pick up updated in Dependency Management section" ); System.out.println( "Result = \"" + result +"\"" ); diff --git a/src/it/it-plugin-updates-report-001/verify.bsh b/src/it/it-plugin-updates-report-001/verify.bsh index a680391ec7..67a272ca2f 100644 --- a/src/it/it-plugin-updates-report-001/verify.bsh +++ b/src/it/it-plugin-updates-report-001/verify.bsh @@ -19,13 +19,13 @@ try .replaceAll( "&[^;]+;", " " ) .replaceAll( "\\s+", " " ); - if ( result.indexOf( "localhost dummy-maven-plugin 1.0 2.0" ) < 0 ) + if ( result.indexOf( "localhost dummy-maven-plugin 1.0 3.1" ) < 0 ) { System.out.println( "Did not generate dependency summary correctly" ); System.out.println( "Result = \"" + result +"\"" ); return false; } - if ( result.indexOf( "dummy-api 1.1 jar 1.1.0-2 1.1.1 1.2 2.0" ) < 0 ) + if ( result.indexOf( "dummy-api 1.1 jar 1.1.0-2 1.1.3 1.3 3.0" ) < 0 ) { System.out.println( "Did not generate dependency summary correctly" ); System.out.println( "Result = \"" + result +"\"" ); diff --git a/src/it/it-plugin-updates-report-002/verify.bsh b/src/it/it-plugin-updates-report-002/verify.bsh index 6643aa3a56..ee113ae500 100644 --- a/src/it/it-plugin-updates-report-002/verify.bsh +++ b/src/it/it-plugin-updates-report-002/verify.bsh @@ -19,7 +19,7 @@ try .replaceAll( "&[^;]+;", " " ) .replaceAll( "\\s+", " " ); - if ( result.indexOf( "localhost dummy-maven-plugin 1.0 2.0" ) < 0 ) + if ( result.indexOf( "localhost dummy-maven-plugin 1.0 3.1" ) < 0 ) { System.out.println( "Did not generate summary correctly" ); System.out.println( "Result = \"" + result +"\"" ); diff --git a/src/it/it-plugin-updates-report-003/verify.bsh b/src/it/it-plugin-updates-report-003/verify.bsh index 6643aa3a56..ee113ae500 100644 --- a/src/it/it-plugin-updates-report-003/verify.bsh +++ b/src/it/it-plugin-updates-report-003/verify.bsh @@ -19,7 +19,7 @@ try .replaceAll( "&[^;]+;", " " ) .replaceAll( "\\s+", " " ); - if ( result.indexOf( "localhost dummy-maven-plugin 1.0 2.0" ) < 0 ) + if ( result.indexOf( "localhost dummy-maven-plugin 1.0 3.1" ) < 0 ) { System.out.println( "Did not generate summary correctly" ); System.out.println( "Result = \"" + result +"\"" ); diff --git a/src/it/it-property-updates-report-001/verify.bsh b/src/it/it-property-updates-report-001/verify.bsh index 3536c4d9a5..66a0475185 100644 --- a/src/it/it-property-updates-report-001/verify.bsh +++ b/src/it/it-property-updates-report-001/verify.bsh @@ -28,7 +28,7 @@ try } if ( result.indexOf( "# of properties where the next version available is smaller than an incremental version update 0" ) < 0 ) { - System.out.println( "Did not generate with subincrermental totals correctly" ); + System.out.println( "Did not generate with subincremental totals correctly" ); System.out.println( "Result = \"" + result +"\"" ); return false; } @@ -50,13 +50,13 @@ try System.out.println( "Result = \"" + result +"\"" ); return false; } - if ( result.indexOf( "${impl-version} 2.0 2.1" ) < 0 ) + if ( result.indexOf( "${impl-version} 2.0 2.2" ) < 0 ) { System.out.println( "Did not generate summary for ${impl-version} correctly" ); System.out.println( "Result = \"" + result +"\"" ); return false; } - if ( result.indexOf( "${api-version} 1.0 1.0.1 1.1 2.0" ) < 0 ) + if ( result.indexOf( "${api-version} 1.0 1.0.1 1.3 3.0" ) < 0 ) { System.out.println( "Did not generate summary for ${api-version} correctly" ); System.out.println( "Result = \"" + result +"\"" );