You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2018/07/01 09:14:51 UTC

svn commit: r1834781 - /commons/proper/codec/trunk/pom.xml

Author: pascalschumacher
Date: Sun Jul  1 09:14:51 2018
New Revision: 1834781

URL: http://svn.apache.org/viewvc?rev=1834781&view=rev
Log:
Update to commons-parent version 46

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1834781&r1=1834780&r2=1834781&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Sun Jul  1 09:14:51 2018
@@ -25,7 +25,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>43</version>
+    <version>46</version>
   </parent>
   <groupId>commons-codec</groupId>
   <artifactId>commons-codec</artifactId>
@@ -237,9 +237,6 @@ limitations under the License.
     <commons.encoding>UTF-8</commons.encoding>
     <checkstyle.header.file>${basedir}/LICENSE-header.txt</checkstyle.header.file>
     <checkstyle.version>2.17</checkstyle.version>
-    <commons.clirr.version>2.8</commons.clirr.version>
-    <!-- use java 9 compatible jacoco version --> 
-    <commons.jacoco.version>0.7.9</commons.jacoco.version>
   </properties>
   <build>
     <defaultGoal>clean verify apache-rat:check clirr:check javadoc:javadoc</defaultGoal>
@@ -387,8 +384,6 @@ limitations under the License.
         <jdk>9</jdk>
       </activation>
       <properties>
-        <!-- versions below 3.0.0 do not work with java 9 -->
-        <commons.javadoc.version>3.0.0-M1</commons.javadoc.version>
         <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 -->
         <coveralls.skip>true</coveralls.skip>
       </properties>