Skip to content

Commit

Permalink
Fix closing code tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and slawekjaranowski committed Dec 30, 2024
1 parent 5ce048c commit 203124d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ public class SetMojo extends AbstractVersionsUpdaterMojo {
private boolean processFromLocalAggregationRoot;

/**
* Whether to update the <code>project.build.outputTimestamp<code> property in the POM when setting version.
* Whether to update the <code>project.build.outputTimestamp</code> property in the POM when setting version.
*
* @since 2.10
* @deprecated please use {@link #updateBuildOutputTimestampPolicy} instead
Expand All @@ -230,7 +230,7 @@ public class SetMojo extends AbstractVersionsUpdaterMojo {
private boolean updateBuildOutputTimestamp;

/**
* Whether to update the <code>project.build.outputTimestamp<code> property in the POM when setting version.
* Whether to update the <code>project.build.outputTimestamp</code> property in the POM when setting version.
* Valid values are: <code>onchange</code>, which will only change <code>outputTimestamp</code> for changed POMs,
* <code>always</code>, <code>never</code>.
*
Expand Down

0 comments on commit 203124d

Please sign in to comment.