reverting gmaven version to 1.3

the changes in commit ec32ea30f7 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.
This commit is contained in:
Rajani Karuturi 2015-07-22 16:31:28 +05:30
parent 4e57cc62d0
commit d42173a1a3
1 changed files with 1 additions and 1 deletions

View File

@ -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>