Skip to content

Commit

Permalink
Fix minor tag problem in flatten goal description (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
cknoblauch authored and olamy committed May 3, 2022
1 parent 68e8480 commit 384d6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/codehaus/mojo/flatten/FlattenMojo.java
Expand Up @@ -321,7 +321,7 @@ public class FlattenMojo
* <td><p>Flatten both direct and transitive dependencies. This will examine the full dependency tree, and pull up
* all transitive dependencies as a direct dependency, and setting their versions appropriately.</p>
* <p>This is recommended if you are releasing a library that uses dependency management to manage dependency
* versions.</p>/td>
* versions.</p></td>
* </tr>
* </tbody>
* </table>
Expand Down

0 comments on commit 384d6ea

Please sign in to comment.