Skip to content

Commit 071f634

Browse files
committed
define pluginManagement version for m-assembly-p
this closes #23
1 parent e5e16df commit 071f634

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,11 @@ limitations under the License.
347347
<pluginManagement>
348348
<plugins>
349349
<!-- set versions of common plugins for reproducibility, ordered alphabetically -->
350+
<plugin>
351+
<groupId>org.apache.maven.plugins</groupId>
352+
<artifactId>maven-assembly-plugin</artifactId>
353+
<version>3.3.0</version>
354+
</plugin>
350355
<plugin>
351356
<groupId>org.apache.maven.plugins</groupId>
352357
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)