Skip to content

Commit

Permalink
Fixed mojohaus#341 - Typo in generated XML report for dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Mar 23, 2019
1 parent d7c3f33 commit 28134b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ else if ( details.getOldestUpdate( UpdateScope.MAJOR ) != null )
}

String result = "\t<summary>%n" + "\t\t<usingLastVersion>%d</usingLastVersion>%n"
+ "\t\t<nextVersionAlailable>%d</nextVersionAlailable>%n"
+ "\t\t<nextVersionAvailable>%d</nextVersionAvailable>%n"
+ "\t\t<nextIncremetalAvailable>%d</nextIncremetalAvailable>%n"
+ "\t\t<nextMinorAvailable>%d</nextMinorAvailable>%n" + "\t\t<nextMajorAvailable>%d</nextMajorAvailable>%n"
+ "\t</summary>%n";
Expand Down

0 comments on commit 28134b4

Please sign in to comment.