File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
4
<parent >
4
5
<artifactId >browsermob-proxy</artifactId >
5
6
<groupId >net.lightbody.bmp</groupId >
98
99
<plugin >
99
100
<groupId >org.apache.maven.plugins</groupId >
100
101
<artifactId >maven-shade-plugin</artifactId >
101
- <version >2.4.3 </version >
102
+ <version >3.0.0 </version >
102
103
<executions >
103
104
<execution >
104
105
<phase >package</phase >
117
118
</filter >
118
119
</filters >
119
120
<transformers >
120
- <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
121
+ <transformer
122
+ implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
121
123
<mainClass >net.lightbody.bmp.proxy.Main</mainClass >
122
124
</transformer >
123
125
</transformers >
Original file line number Diff line number Diff line change 97
97
<plugin >
98
98
<groupId >org.apache.maven.plugins</groupId >
99
99
<artifactId >maven-compiler-plugin</artifactId >
100
- <version >3.6.0 </version >
100
+ <version >3.6.1 </version >
101
101
<configuration >
102
102
<compilerId >groovy-eclipse-compiler</compilerId >
103
103
<source >1.7</source >
178
178
<plugin >
179
179
<groupId >org.apache.maven.plugins</groupId >
180
180
<artifactId >maven-dependency-plugin</artifactId >
181
- <version >2.10 </version >
181
+ <version >3.0.0 </version >
182
182
</plugin >
183
183
</plugins >
184
184
</pluginManagement >
You can’t perform that action at this time.
0 commit comments