File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ limitations under the License.
231231 <plugin >
232232 <groupId >org.apache.maven.plugins</groupId >
233233 <artifactId >maven-surefire-plugin</artifactId >
234- <version >2.10 </version >
234+ <version >2.11 </version >
235235 <configuration >
236236 <includes >
237237 <include >**/*Test.java</include >
@@ -257,7 +257,7 @@ limitations under the License.
257257 <plugin >
258258 <groupId >org.apache.maven.plugins</groupId >
259259 <artifactId >maven-assembly-plugin</artifactId >
260- <version >2.2.1 </version >
260+ <version >2.2.2 </version >
261261 <configuration >
262262 <descriptors >
263263 <descriptor >src/main/assembly/bin.xml</descriptor >
@@ -305,15 +305,15 @@ limitations under the License.
305305 <plugin >
306306 <groupId >org.apache.maven.plugins</groupId >
307307 <artifactId >maven-pmd-plugin</artifactId >
308- <version >2.5 </version >
308+ <version >2.6 </version >
309309 <configuration >
310310 <targetJdk >1.5</targetJdk >
311311 </configuration >
312312 </plugin >
313313 <plugin >
314314 <groupId >org.codehaus.mojo</groupId >
315315 <artifactId >findbugs-maven-plugin</artifactId >
316- <version >2.3.2 </version >
316+ <version >2.3.3 </version >
317317 </plugin >
318318 <plugin >
319319 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments