Skip to content

Commit 5f21bf3

Browse files
committed
Maven plugins updated to latest versions.
1 parent a79d5e2 commit 5f21bf3

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<name>The MIT License</name>
1919
<url>https://jsoup.org/license</url>
2020
<distribution>repo</distribution>
21-
</license>
21+
</license>
2222
</licenses>
2323
<scm>
2424
<url>https://github.com/jhy/jsoup</url>
@@ -36,7 +36,7 @@
3636
<plugin>
3737
<groupId>org.apache.maven.plugins</groupId>
3838
<artifactId>maven-compiler-plugin</artifactId>
39-
<version>2.0.2</version>
39+
<version>3.5.1</version>
4040
<configuration>
4141
<source>1.5</source>
4242
<target>1.5</target>
@@ -47,7 +47,7 @@
4747
<!-- this plugin allows us to ensure Java 5 API compatibility -->
4848
<groupId>org.codehaus.mojo</groupId>
4949
<artifactId>animal-sniffer-maven-plugin</artifactId>
50-
<version>1.9</version>
50+
<version>1.15</version>
5151
<executions>
5252
<execution>
5353
<id>animal-sniffer</id>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-javadoc-plugin</artifactId>
71-
<version>2.6.1</version>
71+
<version>2.10.4</version>
7272
<configuration>
7373
<additionalparam>-Xdoclint:none</additionalparam>
7474
</configuration>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-source-plugin</artifactId>
88-
<version>2.1.1</version>
88+
<version>3.0.1</version>
8989
<configuration>
9090
</configuration>
9191
<executions>
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-jar-plugin</artifactId>
104-
<version>2.2</version>
104+
<version>3.0.2</version>
105105
<configuration>
106106
<archive>
107107
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.felix</groupId>
113113
<artifactId>maven-bundle-plugin</artifactId>
114-
<version>2.1.0</version>
114+
<version>3.2.0</version>
115115
<executions>
116116
<execution>
117117
<id>bundle-manifest</id>
@@ -130,11 +130,11 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-resources-plugin</artifactId>
133-
<version>2.7</version>
133+
<version>3.0.1</version>
134134
</plugin>
135135
<plugin>
136136
<artifactId>maven-release-plugin</artifactId>
137-
<version>2.5.2</version>
137+
<version>2.5.3</version>
138138
</plugin>
139139
</plugins>
140140
<resources>
@@ -198,7 +198,7 @@
198198
</build>
199199
</profile>
200200
</profiles>
201-
201+
202202
<dependencies>
203203

204204
<dependency>
@@ -218,7 +218,7 @@
218218
</dependency>
219219

220220
</dependencies>
221-
221+
222222
<dependencyManagement>
223223
<dependencies>
224224
</dependencies>

0 commit comments

Comments
 (0)