File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ limitations under the License.
2121 -->
2222<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2323 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
24+ <modelVersion >4.0.0</modelVersion >
2425 <parent >
2526 <groupId >org.apache.commons</groupId >
2627 <artifactId >commons-parent</artifactId >
27- <version >40 </version >
28+ <version >41 </version >
2829 </parent >
29- <modelVersion >4.0.0</modelVersion >
3030 <groupId >commons-codec</groupId >
3131 <artifactId >commons-codec</artifactId >
3232 <!-- Remember to update the version in default.properties as well -->
@@ -417,7 +417,7 @@ limitations under the License.
417417 <plugin >
418418 <groupId >org.codehaus.mojo</groupId >
419419 <artifactId >findbugs-maven-plugin</artifactId >
420- <version >2.5.5 </version >
420+ <version >${commons.findbugs.version} </version >
421421 </plugin >
422422 <plugin >
423423 <groupId >org.codehaus.mojo</groupId >
You can’t perform that action at this time.
0 commit comments