From 9f840b0283c1c9fb14af6d5e58ce3740a0437445 Mon Sep 17 00:00:00 2001 From: Henri Manson Date: Thu, 9 Nov 2017 10:22:30 +0100 Subject: [PATCH] upgrade proguard form 4.2 to 5.2.1, compiles on JDK 1.8 --- microemulator/api/cldcapi10/pom.xml | 4 ++-- microemulator/api/cldcapi11/pom.xml | 4 ++-- microemulator/api/midpapi20/pom.xml | 4 ++-- microemulator/microemu-cldc/pom.xml | 4 ++-- microemulator/microemu-javase-applet/pom.xml | 4 ++-- microemulator/microemu-midp/pom.xml | 4 ++-- microemulator/pom.xml | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/microemulator/api/cldcapi10/pom.xml b/microemulator/api/cldcapi10/pom.xml index 0f67a804..f52944cd 100644 --- a/microemulator/api/cldcapi10/pom.xml +++ b/microemulator/api/cldcapi10/pom.xml @@ -43,9 +43,9 @@ - com.pyx4me + com.github.wvengen proguard-maven-plugin - ${pyx4meVersion} + 2.0.14 package diff --git a/microemulator/api/cldcapi11/pom.xml b/microemulator/api/cldcapi11/pom.xml index b1dc2c63..f5c126d5 100644 --- a/microemulator/api/cldcapi11/pom.xml +++ b/microemulator/api/cldcapi11/pom.xml @@ -43,9 +43,9 @@ - com.pyx4me + com.github.wvengen proguard-maven-plugin - ${pyx4meVersion} + 2.0.14 package diff --git a/microemulator/api/midpapi20/pom.xml b/microemulator/api/midpapi20/pom.xml index 1827dfa7..07adf441 100644 --- a/microemulator/api/midpapi20/pom.xml +++ b/microemulator/api/midpapi20/pom.xml @@ -53,9 +53,9 @@ - com.pyx4me + com.github.wvengen proguard-maven-plugin - ${pyx4meVersion} + 2.0.14 package diff --git a/microemulator/microemu-cldc/pom.xml b/microemulator/microemu-cldc/pom.xml index 536ab764..fd6354b3 100644 --- a/microemulator/microemu-cldc/pom.xml +++ b/microemulator/microemu-cldc/pom.xml @@ -39,9 +39,9 @@ - com.pyx4me + com.github.wvengen proguard-maven-plugin - ${pyx4meVersion} + 2.0.14 package diff --git a/microemulator/microemu-javase-applet/pom.xml b/microemulator/microemu-javase-applet/pom.xml index fb686422..0fe173ad 100644 --- a/microemulator/microemu-javase-applet/pom.xml +++ b/microemulator/microemu-javase-applet/pom.xml @@ -106,9 +106,9 @@ - com.pyx4me + com.github.wvengen proguard-maven-plugin - ${pyx4meVersion} + 2.0.14 package diff --git a/microemulator/microemu-midp/pom.xml b/microemulator/microemu-midp/pom.xml index 190f6dd2..9666218a 100644 --- a/microemulator/microemu-midp/pom.xml +++ b/microemulator/microemu-midp/pom.xml @@ -44,9 +44,9 @@ - com.pyx4me + com.github.wvengen proguard-maven-plugin - ${pyx4meVersion} + 2.0.14 package diff --git a/microemulator/pom.xml b/microemulator/pom.xml index 28fd48ea..dd8dfd13 100644 --- a/microemulator/pom.xml +++ b/microemulator/pom.xml @@ -63,7 +63,7 @@ microemu-injected microemu-javase microemu-javase-swing - microemu-javase-applet + microemu-extensions