Skip to content

Commit 07b1c97

Browse files
committed
Newer commons-parent and findbugs-maven-plugin
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1761838 13f79535-47bb-0310-9956-ffa450edef68
1 parent 2a19a7b commit 07b1c97

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)