Skip to content

Commit 0cf7fc5

Browse files
committed
Fixing the build
1 parent 35a0442 commit 0cf7fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/shade/mojo/ShadeMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public class ShadeMojo
289289
/**
290290
* Do we put the dependency reduced pom in the jar instead of the jar file provided by the project.
291291
*
292-
* @since 3.2.2
292+
* @since 3.2.5
293293
*/
294294
@Parameter( defaultValue = "false" )
295295
private boolean useDependencyReducedPomInJar;

0 commit comments

Comments
 (0)