Skip to content

Commit 15c9911

Browse files
committed
Improve proguard-maven-plugin version to the 2.0.11.
1 parent 1f3cbe7 commit 15c9911

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

lodash-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>com.github.wvengen</groupId>
7373
<artifactId>proguard-maven-plugin</artifactId>
74-
<version>2.0.10</version>
74+
<version>2.0.11</version>
7575
<executions>
7676
<execution>
7777
<phase>package</phase>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>com.github.wvengen</groupId>
127127
<artifactId>proguard-maven-plugin</artifactId>
128-
<version>2.0.10</version>
128+
<version>2.0.11</version>
129129
<executions>
130130
<execution>
131131
<phase>package</phase>
@@ -151,6 +151,7 @@
151151
<option>-keep public class com.github.underscore.Template { *; }</option>
152152
<option>-keep public class com.github.underscore.Tuple { *; }</option>
153153
<option>-keepclassmembers class * { *** newArrayList(); *** newLinkedHashSet(); *** newHashSet(java.lang.Iterable); *** newLinkedHashMap(); }</option>
154+
<option>-dontnote com.github.underscore.*$ClassForName</option>
154155
</options>
155156
<libs>
156157
<lib>${java.home}/lib/rt.jar</lib>

string-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<plugin>
7272
<groupId>com.github.wvengen</groupId>
7373
<artifactId>proguard-maven-plugin</artifactId>
74-
<version>2.0.10</version>
74+
<version>2.0.11</version>
7575
<executions>
7676
<execution>
7777
<phase>package</phase>

0 commit comments

Comments
 (0)