Author: sebb
Date: Mon Oct 17 23:32:56 2016
New Revision: 1765380
URL: http://svn.apache.org/viewvc?rev=1765380&view=rev
Log:
Minimal fix so CLI2 builds. This does not imply that the component is being
maintained...
Modified:
commons/sandbox/cli2/trunk/pom.xml
Modified: commons/sandbox/cli2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/sandbox/cli2/trunk/pom.xml?rev=1765380&r1=1765379&r2=1765380&view=diff
==============================================================================
--- commons/sandbox/cli2/trunk/pom.xml (original)
+++ commons/sandbox/cli2/trunk/pom.xml Mon Oct 17 23:32:56 2016
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-sandbox-parent</artifactId>
- <version>10-SNAPSHOT</version>
+ <version>10</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>