Skip to content

Commit

Permalink
Remove deprecated aliases for v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ascopes committed Apr 27, 2024
1 parent 0bc66ce commit d4cba05
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,9 @@ public abstract class AbstractGenerateMojo extends AbstractMojo {
* <p>If you wish to depend on a JAR containing protobuf sources, add it as a dependency
* with the {@code provided} or {@code test} scope instead, or use {@code importDependencies}.
*
* <p>Prior to v1.2.0, this was called {@code additionalImportPaths}. This old name will
* be maintained as a valid alias until v2.0.0.
*
* @since 0.1.0
*/
@Parameter(alias = "additionalImportPaths")
@Parameter
@Nullable List<File> importPaths;

/**
Expand Down

0 comments on commit d4cba05

Please sign in to comment.