You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by so...@apache.org on 2017/03/14 10:56:48 UTC

svn commit: r1786874 - /openmeetings/application/branches/3.2.x/openmeetings-install/pom.xml

Author: solomax
Date: Tue Mar 14 10:56:48 2017
New Revision: 1786874

URL: http://svn.apache.org/viewvc?rev=1786874&view=rev
Log:
[OPENMEETINGS-1571] commons-cli version is updated

Modified:
    openmeetings/application/branches/3.2.x/openmeetings-install/pom.xml

Modified: openmeetings/application/branches/3.2.x/openmeetings-install/pom.xml
URL: http://svn.apache.org/viewvc/openmeetings/application/branches/3.2.x/openmeetings-install/pom.xml?rev=1786874&r1=1786873&r2=1786874&view=diff
==============================================================================
--- openmeetings/application/branches/3.2.x/openmeetings-install/pom.xml (original)
+++ openmeetings/application/branches/3.2.x/openmeetings-install/pom.xml Tue Mar 14 10:56:48 2017
@@ -30,7 +30,7 @@
 	<name>Openmeetings Install</name>
 	<description>Module for OpenMeetings command line admin and classes necessary for installer.</description>
 	<properties>
-		<commons-cli.version>1.3.1</commons-cli.version>
+		<commons-cli.version>1.4</commons-cli.version>
 		<site.basedir>${project.parent.basedir}</site.basedir>
 	</properties>
 	<dependencies>