Skip to content

Commit 18f025e

Browse files
committed
Upgrade to commons-parent 24 from 23.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1301593 13f79535-47bb-0310-9956-ffa450edef68
1 parent 69a1558 commit 18f025e

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ limitations under the License.
2020
<parent>
2121
<groupId>org.apache.commons</groupId>
2222
<artifactId>commons-parent</artifactId>
23-
<version>23</version>
23+
<version>24</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>commons-codec</groupId>
@@ -292,11 +292,6 @@ limitations under the License.
292292
<headerFile>${basedir}/LICENSE-header.txt</headerFile>
293293
</configuration>
294294
</plugin>
295-
<plugin>
296-
<groupId>org.codehaus.mojo</groupId>
297-
<artifactId>cobertura-maven-plugin</artifactId>
298-
<version>2.5.1</version>
299-
</plugin>
300295
<plugin>
301296
<groupId>org.apache.maven.plugins</groupId>
302297
<artifactId>maven-pmd-plugin</artifactId>

0 commit comments

Comments
 (0)