Author: olamy
Date: Mon Dec 17 22:59:07 2012
New Revision: 1423213
URL: http://svn.apache.org/viewvc?rev=1423213&view=rev
Log:
configure cli for site deployment via svnpubsub
Modified:
commons/proper/cli/trunk/pom.xml
Modified: commons/proper/cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=1423213&r1=1423212&r2=1423213&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Mon Dec 17 22:59:07 2012
@@ -19,7 +19,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>25</version>
+ <version>28-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-cli</groupId>
@@ -160,7 +160,9 @@
<commons.jira.id>CLI</commons.jira.id>
<commons.jira.pid>12310463</commons.jira.pid>
<!-- The RC version used in the staging repository URL. -->
- <commons.rc.version>RC1</commons.rc.version>
+ <commons.rc.version>RC1</commons.rc.version>
+
+ <commons.site.path>cli</commons.site.path>
</properties>
<build>