Skip to content

Commit 4a552a9

Browse files
committed
Moving to cli2 in the sandbox
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@757047 13f79535-47bb-0310-9956-ffa450edef68
1 parent 72c6ec5 commit 4a552a9

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
Commons CLI provides a simple API for presenting, processing and validating a command line interface.
3333
</description>
3434

35-
<url>http://commons.apache.org/cli/</url>
35+
<url>http://commons.apache.org/sandbox/cli2/</url>
3636

3737
<issueManagement>
3838
<system>jira</system>
3939
<url>http://issues.apache.org/jira/browse/CLI</url>
4040
</issueManagement>
4141

4242
<scm>
43-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/cli/trunk</connection>
44-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/cli/trunk</developerConnection>
45-
<url>http://svn.apache.org/viewvc/commons/proper/cli/trunk</url>
43+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/cli2/trunk</connection>
44+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/cli2/trunk</developerConnection>
45+
<url>http://svn.apache.org/viewvc/commons/sandbox/cli2/trunk</url>
4646
</scm>
4747

4848
<developers>
@@ -147,7 +147,7 @@
147147
<commons.componentid>cli</commons.componentid>
148148
<commons.release.name>commons-cli-${commons.release.version}</commons.release.name>
149149
<commons.osgi.symbolicName>org.apache.commons.cli2</commons.osgi.symbolicName>
150-
<commons.release.version>1.2</commons.release.version>
150+
<commons.release.version>2.0</commons.release.version>
151151
<commons.binary.suffix></commons.binary.suffix>
152152
<commons.jira.id>CLI</commons.jira.id>
153153
<commons.jira.pid>12310463</commons.jira.pid>
@@ -232,7 +232,6 @@
232232
<enableRulesSummary>false</enableRulesSummary>
233233
</configuration>
234234
</plugin>
235-
<!--
236235
<plugin>
237236
<groupId>org.codehaus.mojo</groupId>
238237
<artifactId>findbugs-maven-plugin</artifactId>
@@ -242,7 +241,6 @@
242241
<effort>Default</effort>
243242
</configuration>
244243
</plugin>
245-
-->
246244
<plugin>
247245
<groupId>org.codehaus.mojo</groupId>
248246
<artifactId>cobertura-maven-plugin</artifactId>

0 commit comments

Comments
 (0)