reverting gmaven version to 1.3 the changes in commit ec32ea30f7b3e5351e661786955d9fa0929047bd changed gmaven version in ldap plugin which broke running the spock tests from command line. Hence reverting the change until we fix it with the new version.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d42173a1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d42173a1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d42173a1 Branch: refs/heads/master Commit: d42173a1a31043cf88909434a82f641a5fc36bf3 Parents: 4e57cc6 Author: Rajani Karuturi <[email protected]> Authored: Wed Jul 22 16:31:28 2015 +0530 Committer: Rajani Karuturi <[email protected]> Committed: Wed Jul 22 16:31:28 2015 +0530 ---------------------------------------------------------------------- plugins/user-authenticators/ldap/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d42173a1/plugins/user-authenticators/ldap/pom.xml ---------------------------------------------------------------------- diff --git a/plugins/user-authenticators/ldap/pom.xml b/plugins/user-authenticators/ldap/pom.xml index d24a5be..22cdeb7 100644 --- a/plugins/user-authenticators/ldap/pom.xml +++ b/plugins/user-authenticators/ldap/pom.xml @@ -24,7 +24,7 @@ <plugin> <groupId>org.codehaus.gmaven</groupId> <artifactId>gmaven-plugin</artifactId> - <version>1.5</version> + <version>1.3</version> <configuration> <providerSelection>1.7</providerSelection> </configuration>
