You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by gk...@apache.org on 2023/03/31 10:53:39 UTC

svn commit: r1908847 - /db/torque/trunk/pom.xml

Author: gk
Date: Fri Mar 31 10:53:39 2023
New Revision: 1908847

URL: http://svn.apache.org/viewvc?rev=1908847&view=rev
Log:
- fix version commons-configuration2 to 2.9.0.

Modified:
    db/torque/trunk/pom.xml

Modified: db/torque/trunk/pom.xml
URL: http://svn.apache.org/viewvc/db/torque/trunk/pom.xml?rev=1908847&r1=1908846&r2=1908847&view=diff
==============================================================================
--- db/torque/trunk/pom.xml (original)
+++ db/torque/trunk/pom.xml Fri Mar 31 10:53:39 2023
@@ -342,7 +342,7 @@
             <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-configuration2</artifactId>
-                <version>2.9</version>
+                <version>2.9.0</version>
             </dependency>
 
             <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org