Skip to content

Commit 11cb9ca

Browse files
committed
Update to commons-parent 25.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1343052 13f79535-47bb-0310-9956-ffa450edef68
1 parent e4bded9 commit 11cb9ca

1 file changed

Lines changed: 1 addition & 18 deletions

File tree

pom.xml

Lines changed: 1 addition & 18 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>24</version>
23+
<version>25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<groupId>commons-codec</groupId>
@@ -265,23 +265,6 @@ limitations under the License.
265265
</build>
266266
<reporting>
267267
<plugins>
268-
<plugin>
269-
<groupId>org.apache.maven.plugins</groupId>
270-
<artifactId>maven-changes-plugin</artifactId>
271-
<version>2.6</version>
272-
<configuration>
273-
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
274-
<!-- TODO: <onlyCurrentVersion>true</onlyCurrentVersion> -->
275-
</configuration>
276-
<reportSets>
277-
<reportSet>
278-
<reports>
279-
<report>changes-report</report>
280-
<report>jira-report</report>
281-
</reports>
282-
</reportSet>
283-
</reportSets>
284-
</plugin>
285268
<plugin>
286269
<groupId>org.apache.maven.plugins</groupId>
287270
<artifactId>maven-checkstyle-plugin</artifactId>

0 commit comments

Comments
 (0)