Repository: marmotta Updated Branches: refs/heads/develop 04fbf29ab -> b7e0dd4d3
Fix duplicate plugin-version in marmotta-installer Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/b7e0dd4d Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/b7e0dd4d Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/b7e0dd4d Branch: refs/heads/develop Commit: b7e0dd4d304fdbfb014500ee7c42fca4c70bffb4 Parents: 04fbf29 Author: Jakob Frank <[email protected]> Authored: Tue Jun 12 12:27:44 2018 +0200 Committer: Jakob Frank <[email protected]> Committed: Tue Jun 12 12:27:44 2018 +0200 ---------------------------------------------------------------------- launchers/marmotta-installer/pom.xml | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/b7e0dd4d/launchers/marmotta-installer/pom.xml ---------------------------------------------------------------------- diff --git a/launchers/marmotta-installer/pom.xml b/launchers/marmotta-installer/pom.xml index 5eca819..df03f8e 100644 --- a/launchers/marmotta-installer/pom.xml +++ b/launchers/marmotta-installer/pom.xml @@ -159,7 +159,6 @@ </plugin> <plugin> <artifactId>maven-dependency-plugin</artifactId> - <version>2.8</version> </plugin> <plugin> <groupId>org.apache.marmotta</groupId> @@ -209,7 +208,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-dependency-plugin</artifactId> - <version>2.6</version> <executions> <execution> <phase>compile</phase>
