You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2018/03/31 11:11:46 UTC

svn commit: r1828097 - /pdfbox/branches/2.0/parent/pom.xml

Author: lehmi
Date: Sat Mar 31 11:11:45 2018
New Revision: 1828097

URL: http://svn.apache.org/viewvc?rev=1828097&view=rev
Log:
PDFBOX-4175: apache parent pom 16 -> 19, commons-io 2.4 -> 2.5

Modified:
    pdfbox/branches/2.0/parent/pom.xml

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1828097&r1=1828096&r2=1828097&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sat Mar 31 11:11:45 2018
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>16</version>
+        <version>19</version>
         <relativePath />
     </parent>
 
@@ -70,7 +70,7 @@
             <dependency>
                 <groupId>commons-io</groupId>
                 <artifactId>commons-io</artifactId>
-                <version>2.4</version>
+                <version>2.5</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
@@ -245,7 +245,6 @@
                 <plugin>
                     <groupId>org.apache.rat</groupId>
                     <artifactId>apache-rat-plugin</artifactId>
-                    <version>0.11</version>
                     <configuration>
                         <excludes>
                             <exclude>release.properties</exclude>