Skip to content

Commit daa8df4

Browse files
committed
Upgrade Maven plugins
1 parent aecd92f commit daa8df4

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<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">
22
<modelVersion>4.0.0</modelVersion>
3+
<prerequisites>
4+
<maven>3.0.1</maven>
5+
</prerequisites>
36

47
<parent>
58
<groupId>org.sonatype.oss</groupId>
@@ -110,7 +113,7 @@
110113
<plugin>
111114
<groupId>org.apache.maven.plugins</groupId>
112115
<artifactId>maven-compiler-plugin</artifactId>
113-
<version>3.1</version>
116+
<version>3.3</version>
114117
<configuration>
115118
<source>1.6</source>
116119
<target>1.6</target>
@@ -119,7 +122,7 @@
119122
<plugin>
120123
<groupId>org.apache.maven.plugins</groupId>
121124
<artifactId>maven-source-plugin</artifactId>
122-
<version>2.3</version>
125+
<version>2.4</version>
123126
<executions>
124127
<execution>
125128
<id>attach-sources</id>
@@ -132,7 +135,7 @@
132135
<plugin>
133136
<groupId>org.apache.maven.plugins</groupId>
134137
<artifactId>maven-javadoc-plugin</artifactId>
135-
<version>2.9.1</version>
138+
<version>2.10.3</version>
136139
<executions>
137140
<execution>
138141
<id>attach-javadocs</id>
@@ -194,7 +197,7 @@
194197
<plugin>
195198
<groupId>org.apache.maven.plugins</groupId>
196199
<artifactId>maven-gpg-plugin</artifactId>
197-
<version>1.5</version>
200+
<version>1.6</version>
198201
<configuration>
199202
<keyname>B1606F22</keyname>
200203
</configuration>

0 commit comments

Comments
 (0)