Skip to content

Commit

Permalink
Fixed mojohaus#361
Browse files Browse the repository at this point in the history
 - fixed typo incremetal->incremental
  • Loading branch information
reallyinsane committed Jul 29, 2019
1 parent 28134b4 commit 3191ae1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -169,7 +169,7 @@ else if ( details.getOldestUpdate( UpdateScope.MAJOR ) != null )

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

Expand Down

0 comments on commit 3191ae1

Please sign in to comment.