Repository: logging-chainsaw Updated Branches: refs/heads/master e7ad5821a -> 71907f3e1
Upgrade maven plugins to logging-parent versions Project: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/commit/71907f3e Tree: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/tree/71907f3e Diff: http://git-wip-us.apache.org/repos/asf/logging-chainsaw/diff/71907f3e Branch: refs/heads/master Commit: 71907f3e1d54b10525ab06f1fc6f3e72dce207bf Parents: e7ad582 Author: Matt Sicker <[email protected]> Authored: Fri Mar 16 08:51:49 2018 -0500 Committer: Matt Sicker <[email protected]> Committed: Fri Mar 16 08:51:49 2018 -0500 ---------------------------------------------------------------------- pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-chainsaw/blob/71907f3e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 58ebeee..cfa3d55 100644 --- a/pom.xml +++ b/pom.xml @@ -262,7 +262,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> - <version>2.4</version> <executions> <execution> <id>make-assembly</id> @@ -318,7 +317,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-source-plugin</artifactId> - <version>2.1.2</version> <executions> <execution> <goals>
