m upgrade to commons-cli 1.0

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@170499 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-05-17 01:06:38 +00:00
parent 6eb9705933
commit d85ce5d9ef
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0-beta-2</version>
<version>1.0</version>
</dependency>
<dependency>
<groupId>plexus</groupId>

View File

@ -520,4 +520,4 @@ public void displayHelp()
formatter.printHelp( "maven [options] [goal [goal2 [goal3] ...]]", "\nOptions:", options, "\n" );
}
}
}
}