This repository was archived by the owner on Dec 13, 2023. It is now read-only.
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 11<?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" >
34 <parent >
45 <artifactId >browsermob-proxy</artifactId >
56 <groupId >net.lightbody.bmp</groupId >
9899 <plugin >
99100 <groupId >org.apache.maven.plugins</groupId >
100101 <artifactId >maven-shade-plugin</artifactId >
101- <version >2.4.3 </version >
102+ <version >3.0.0 </version >
102103 <executions >
103104 <execution >
104105 <phase >package</phase >
117118 </filter >
118119 </filters >
119120 <transformers >
120- <transformer implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
121+ <transformer
122+ implementation =" org.apache.maven.plugins.shade.resource.ManifestResourceTransformer" >
121123 <mainClass >net.lightbody.bmp.proxy.Main</mainClass >
122124 </transformer >
123125 </transformers >
Original file line number Diff line number Diff line change 9797 <plugin >
9898 <groupId >org.apache.maven.plugins</groupId >
9999 <artifactId >maven-compiler-plugin</artifactId >
100- <version >3.6.0 </version >
100+ <version >3.6.1 </version >
101101 <configuration >
102102 <compilerId >groovy-eclipse-compiler</compilerId >
103103 <source >1.7</source >
178178 <plugin >
179179 <groupId >org.apache.maven.plugins</groupId >
180180 <artifactId >maven-dependency-plugin</artifactId >
181- <version >2.10 </version >
181+ <version >3.0.0 </version >
182182 </plugin >
183183 </plugins >
184184 </pluginManagement >
You can’t perform that action at this time.
0 commit comments