Fix enforcer plugin version
Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/2923e4d9 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/2923e4d9 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/2923e4d9 Branch: refs/heads/master Commit: 2923e4d97599d0871a69f02e3ead15775ba5c9e6 Parents: 6bea62c Author: Andrew Kennedy <[email protected]> Authored: Fri Sep 19 15:39:45 2014 +0100 Committer: Andrew Kennedy <[email protected]> Committed: Wed Sep 24 13:13:37 2014 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- usage/archetypes/quickstart/src/brooklyn-sample/pom.xml | 2 +- usage/downstream-parent/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/2923e4d9/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 643fa1e..a2d1331 100644 --- a/pom.xml +++ b/pom.xml @@ -655,7 +655,7 @@ </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.5</version> + <version>1.3.1</version> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/2923e4d9/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml ---------------------------------------------------------------------- diff --git a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml index ab12a01..8b4117e 100644 --- a/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml +++ b/usage/archetypes/quickstart/src/brooklyn-sample/pom.xml @@ -139,7 +139,7 @@ </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.5</version> + <version>1.3.1</version> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/2923e4d9/usage/downstream-parent/pom.xml ---------------------------------------------------------------------- diff --git a/usage/downstream-parent/pom.xml b/usage/downstream-parent/pom.xml index 535809a..d8a8db4 100644 --- a/usage/downstream-parent/pom.xml +++ b/usage/downstream-parent/pom.xml @@ -136,7 +136,7 @@ </plugin> <plugin> <artifactId>maven-enforcer-plugin</artifactId> - <version>1.5</version> + <version>1.3.1</version> </plugin> <plugin> <artifactId>maven-failsafe-plugin</artifactId>
