Skip to content

Commit 02807e2

Browse files
committed
Bumping plugin versions to latest
1 parent 6a257e9 commit 02807e2

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

browsermob-dist/pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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>
@@ -98,7 +99,7 @@
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>
@@ -117,7 +118,8 @@
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>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
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>
@@ -178,7 +178,7 @@
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>

0 commit comments

Comments
 (0)