Assembly plugin did not have its version set. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/commit/ee12d474 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/tree/ee12d474 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/diff/ee12d474
Branch: refs/heads/master Commit: ee12d474da587c8c90ef41d56ae153f793c4ffff Parents: 70c7b97 Author: Gary Gregory <[email protected]> Authored: Sat Nov 11 14:39:45 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Sat Nov 11 14:39:45 2017 -0700 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j-scala/blob/ee12d474/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d38acc4..a5002c8 100644 --- a/pom.xml +++ b/pom.xml @@ -188,6 +188,7 @@ <plugins> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>3.1.0</version> <executions> <execution> <id>source-release-assembly</id>
