Skip to content

Commit

Permalink
Adjust message
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jun 27, 2023
1 parent 99905ae commit 366b60d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,7 @@ private SiteModel readSiteModel(String siteDescriptorContent, MavenProject proje
+ (locale.equals(SiteTool.DEFAULT_LOCALE)
? "default locale"
: "locale '" + locale + "'")
+ " is still using the old pre-version 2.0.0 model. You MUST migrate to the new model as soon as possible otherwise your build might break in the future!");
+ " is still using the old pre-version 2.0.0 model. You MUST migrate to the new model as soon as possible otherwise your build will break in the future!");
return convertOldToNewSiteModel(
new DecorationXpp3Reader().read(new StringReader(siteDescriptorContent)));
} else {
Expand Down

0 comments on commit 366b60d

Please sign in to comment.