This is an automated email from the ASF dual-hosted git repository.
mattmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drat.git
The following commit(s) were added to refs/heads/master by this push:
new 8a445ab Fix oudated assembly plugin.
8a445ab is described below
commit 8a445abca15d1c4a89b7a1a0e86ffce1c2bd6938
Author: Chris Mattmann <[email protected]>
AuthorDate: Sat Sep 28 10:19:08 2019 -0700
Fix oudated assembly plugin.
---
distribution/pom.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 396ffca..98f8a69 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -209,7 +209,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.2</version>
<configuration>
<descriptors>
<descriptor>src/main/assembly/assembly.xml</descriptor>