DRILL-1490: Upgrade to ProGaurd 5.0
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/3ce09697 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/3ce09697 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/3ce09697 Branch: refs/heads/master Commit: 3ce096977af7ae3339e719469ba7358e63b1bb16 Parents: d29c7c4 Author: Aditya Kishore <adi...@maprtech.com> Authored: Fri Oct 3 13:39:03 2014 -0700 Committer: Aditya Kishore <adi...@maprtech.com> Committed: Thu Oct 9 13:59:14 2014 -0700 ---------------------------------------------------------------------- exec/jdbc-all/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/3ce09697/exec/jdbc-all/pom.xml ---------------------------------------------------------------------- diff --git a/exec/jdbc-all/pom.xml b/exec/jdbc-all/pom.xml index 805046b..349366b 100644 --- a/exec/jdbc-all/pom.xml +++ b/exec/jdbc-all/pom.xml @@ -203,12 +203,12 @@ <dependency> <groupId>net.sf.proguard</groupId> <artifactId>proguard-base</artifactId> - <version>4.11</version> + <version>5.0</version> <scope>runtime</scope> </dependency> </dependencies> <configuration> - <proguardVersion>4.11</proguardVersion> + <proguardVersion>5.0</proguardVersion> <obfuscate>false</obfuscate> <includeDependencyInjar>true</includeDependencyInjar> <outjar>${project.build.finalName}-dirty.jar</outjar>