Skip to content

Commit 32de663

Browse files
Update to commons-parent version 46
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1834781 13f79535-47bb-0310-9956-ffa450edef68
1 parent fc4ce44 commit 32de663

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
@@ -25,7 +25,7 @@ limitations under the License.
2525
<parent>
2626
<groupId>org.apache.commons</groupId>
2727
<artifactId>commons-parent</artifactId>
28-
<version>43</version>
28+
<version>46</version>
2929
</parent>
3030
<groupId>commons-codec</groupId>
3131
<artifactId>commons-codec</artifactId>
@@ -237,9 +237,6 @@ limitations under the License.
237237
<commons.encoding>UTF-8</commons.encoding>
238238
<checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
239239
<checkstyle.version>2.17</checkstyle.version>
240-
<commons.clirr.version>2.8</commons.clirr.version>
241-
<!-- use java 9 compatible jacoco version -->
242-
<commons.jacoco.version>0.7.9</commons.jacoco.version>
243240
</properties>
244241
<build>
245242
<defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
@@ -387,8 +384,6 @@ limitations under the License.
387384
<jdk>9</jdk>
388385
</activation>
389386
<properties>
390-
<!-- versions below 3.0.0 do not work with java 9 -->
391-
<commons.javadoc.version>3.0.0-M1</commons.javadoc.version>
392387
<!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
393388
<coveralls.skip>true</coveralls.skip>
394389
</properties>

0 commit comments

Comments
 (0)