You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2016/01/03 01:23:39 UTC

svn commit: r1722693 - in /maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo: pom.xml src/site/xdoc/usage.xml

Author: michaelo
Date: Sun Jan  3 00:23:39 2016
New Revision: 1722693

URL: http://svn.apache.org/viewvc?rev=1722693&view=rev
Log:
[DOXIA-505] Upgrade to Commons Configuration 1.10

Contributed by: Mikolaj Izdebski <mi...@redhat.com>

Modified:
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
    maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml?rev=1722693&r1=1722692&r2=1722693&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/pom.xml Sun Jan  3 00:23:39 2016
@@ -73,7 +73,14 @@ under the License.
     <dependency>
       <groupId>commons-configuration</groupId>
       <artifactId>commons-configuration</artifactId>
-      <version>1.6</version>
+      <version>1.10</version>
+    </dependency>
+    <dependency>
+      <groupId>commons-collections</groupId>
+      <artifactId>commons-collections</artifactId>
+      <version>3.2.1</version>
+      <!-- runtime dependency for commons-configuration -->
+      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.xmlgraphics</groupId>

Modified: maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml?rev=1722693&r1=1722692&r2=1722693&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml (original)
+++ maven/doxia/doxia/trunk/doxia-modules/doxia-module-fo/src/site/xdoc/usage.xml Sun Jan  3 00:23:39 2016
@@ -146,7 +146,7 @@ public class Apt2FO
         <code>doxia-core (1.1.4)</code>, <code>doxia-module-fo (1.1.1)</code>,
         <code>doxia-sink-api (1.1.4)</code>, <code>doxia-logging-api (1.1.4)</code>.<br/>
         Run:
-        <code>commons-configuration (1.6)</code>, <code>commons-lang (2.6)</code>,
+        <code>commons-configuration (1.10)</code>, <code>commons-lang (2.6)</code>,
         <code>plexus-utils (2.0.5)</code>, <code>commons-collections (3.2.1)</code>,
         <code>commons-logging (1.1.1)</code>.
       </p>