File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
<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
2
<modelVersion >4.0.0</modelVersion >
3
+ <prerequisites >
4
+ <maven >3.0.1</maven >
5
+ </prerequisites >
3
6
4
7
<parent >
5
8
<groupId >org.sonatype.oss</groupId >
110
113
<plugin >
111
114
<groupId >org.apache.maven.plugins</groupId >
112
115
<artifactId >maven-compiler-plugin</artifactId >
113
- <version >3.1 </version >
116
+ <version >3.3 </version >
114
117
<configuration >
115
118
<source >1.6</source >
116
119
<target >1.6</target >
119
122
<plugin >
120
123
<groupId >org.apache.maven.plugins</groupId >
121
124
<artifactId >maven-source-plugin</artifactId >
122
- <version >2.3 </version >
125
+ <version >2.4 </version >
123
126
<executions >
124
127
<execution >
125
128
<id >attach-sources</id >
132
135
<plugin >
133
136
<groupId >org.apache.maven.plugins</groupId >
134
137
<artifactId >maven-javadoc-plugin</artifactId >
135
- <version >2.9.1 </version >
138
+ <version >2.10.3 </version >
136
139
<executions >
137
140
<execution >
138
141
<id >attach-javadocs</id >
194
197
<plugin >
195
198
<groupId >org.apache.maven.plugins</groupId >
196
199
<artifactId >maven-gpg-plugin</artifactId >
197
- <version >1.5 </version >
200
+ <version >1.6 </version >
198
201
<configuration >
199
202
<keyname >B1606F22</keyname >
200
203
</configuration >
You can’t perform that action at this time.
0 commit comments