Skip to content

Commit 9b5312a

Browse files
committed
configure cli for site deployment via svnpubsub
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1423213 13f79535-47bb-0310-9956-ffa450edef68
1 parent 3936da9 commit 9b5312a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.apache.commons</groupId>
2121
<artifactId>commons-parent</artifactId>
22-
<version>25</version>
22+
<version>28-SNAPSHOT</version>
2323
</parent>
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>commons-cli</groupId>
@@ -160,7 +160,9 @@
160160
<commons.jira.id>CLI</commons.jira.id>
161161
<commons.jira.pid>12310463</commons.jira.pid>
162162
<!-- The RC version used in the staging repository URL. -->
163-
<commons.rc.version>RC1</commons.rc.version>
163+
<commons.rc.version>RC1</commons.rc.version>
164+
165+
<commons.site.path>cli</commons.site.path>
164166
</properties>
165167

166168
<build>

0 commit comments

Comments
 (0)