Repository: incubator-juneau Updated Branches: refs/heads/master f9a34d3d5 -> 086a01348
Fix Maven version warnings in Eclipse which ships with Maven 2.7. Project: http://git-wip-us.apache.org/repos/asf/incubator-juneau/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-juneau/commit/086a0134 Tree: http://git-wip-us.apache.org/repos/asf/incubator-juneau/tree/086a0134 Diff: http://git-wip-us.apache.org/repos/asf/incubator-juneau/diff/086a0134 Branch: refs/heads/master Commit: 086a013489e03c906d6db19786930564f3ac2ac7 Parents: f9a34d3 Author: jamesbognar <[email protected]> Authored: Tue Aug 9 16:30:59 2016 -0400 Committer: jamesbognar <[email protected]> Committed: Tue Aug 9 16:30:59 2016 -0400 ---------------------------------------------------------------------- juneau-distrib/pom.xml | 3 +-- juneau-microservice-template/pom.xml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/086a0134/juneau-distrib/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-distrib/pom.xml b/juneau-distrib/pom.xml index f102166..034b989 100644 --- a/juneau-distrib/pom.xml +++ b/juneau-distrib/pom.xml @@ -1,4 +1,4 @@ -<!-- +<!-- /*************************************************************************************************************************** * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. The ASF licenses this file @@ -61,7 +61,6 @@ </plugin> <plugin> <artifactId>maven-resources-plugin</artifactId> - <version>3.0.1</version> <executions> <execution> <id>copy-resources</id> http://git-wip-us.apache.org/repos/asf/incubator-juneau/blob/086a0134/juneau-microservice-template/pom.xml ---------------------------------------------------------------------- diff --git a/juneau-microservice-template/pom.xml b/juneau-microservice-template/pom.xml index f6d0432..979cbec 100644 --- a/juneau-microservice-template/pom.xml +++ b/juneau-microservice-template/pom.xml @@ -43,7 +43,6 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>3.3</version> <configuration> <source>1.6</source> <target>1.6</target>
