Skip to content

Commit

Permalink
docs: fix version (should be next one)
Browse files Browse the repository at this point in the history
Looks like I picked the wrong (next) version. Fixing that.
  • Loading branch information
ctron committed Mar 5, 2024
1 parent 45f41ab commit 4c98557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/de/dentrassi/rpm/builder/RpmMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ public void setGenerateDefaultSourcePackage(final boolean generateDefaultSourceP
* directories outside of the collection.
* </p>
*
* @since 1.11.0
* @since 1.12.0
*/
@Parameter(property = "rpm.generateIntermediateDirectories")
List<String> generateIntermediateDirectories;
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/entry.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Also see [payload entry information](payload_information.html) for a full list.

## Generate intermediate directories

Since version `1.11.0` there is an option to automatically generate and add intermediate directories
Since version `1.12.0` there is an option to automatically generate and add intermediate directories
explicitly for all paths added by `<entry>` elements.
Therefore, it is not necessary to manually configure each sub path to have it added explicitly to the package.

Expand Down

0 comments on commit 4c98557

Please sign in to comment.