Skip to content

Commit eaeee2c

Browse files
authored
Merge pull request #8 from openrewrite/mike-solomon-patch-1
Fix bad paragraph break
2 parents 021fe6a + 95febff commit eaeee2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/openrewrite/java/dependencies/UpgradeDependencyVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ public String getDescription() {
7878
"Supports updating dependency declarations of various forms:\n" +
7979
"* `String` notation: `\"group:artifact:version\"` \n" +
8080
"* `Map` notation: `group: 'group', name: 'artifact', version: 'version'`\n" +
81-
"Can update version numbers which are defined earlier in the same file in variable declarations.\n" +
82-
"For Maven projects, Upgrade the version of a dependency by specifying a group and (optionally) an " +
81+
"Can update version numbers which are defined earlier in the same file in variable declarations.\n\n" +
82+
"For Maven projects, upgrade the version of a dependency by specifying a group and (optionally) an " +
8383
"artifact using Node Semver advanced range selectors, allowing more precise control over version " +
8484
"updates to patch or minor releases.";
8585
}

0 commit comments

Comments
 (0)