|
15 | 15 | See the License for the specific language governing permissions and |
16 | 16 | limitations under the License. |
17 | 17 | --> |
18 | | -<project |
19 | | - xmlns="http://maven.apache.org/POM/4.0.0" |
20 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
21 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
| 18 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> |
22 | 19 | <parent> |
23 | 20 | <groupId>org.apache.commons</groupId> |
24 | 21 | <artifactId>commons-parent</artifactId> |
|
32 | 29 |
|
33 | 30 | <inceptionYear>2002</inceptionYear> |
34 | 31 | <description> |
35 | | - Commons CLI provides a simple API for presenting, processing and |
36 | | - validating a command line interface. |
| 32 | + Commons CLI provides a simple API for presenting, processing and validating a command line interface. |
37 | 33 | </description> |
38 | 34 |
|
39 | 35 | <url>http://commons.apache.org/cli/</url> |
|
102 | 98 | <role>contributed ideas and code from Avalon Excalibur's cli package</role> |
103 | 99 | </roles> |
104 | 100 | </contributor> |
| 101 | + <contributor> |
| 102 | + <name>Brian Egge</name> |
| 103 | + <roles> |
| 104 | + <role>made the 1.1 release happen</role> |
| 105 | + </roles> |
| 106 | + </contributor> |
105 | 107 | <contributor> |
106 | 108 | <name>Berin Loritsch</name> |
107 | 109 | <email>bloritsch@apache.org</email> |
|
117 | 119 | <role>supplied patch</role> |
118 | 120 | </roles> |
119 | 121 | </contributor> |
| 122 | + <contributor> |
| 123 | + <name>Andrew Shirley</name> |
| 124 | + <roles> |
| 125 | + <role>lots of fixes for 1.1</role> |
| 126 | + </roles> |
| 127 | + </contributor> |
120 | 128 | </contributors> |
121 | 129 |
|
122 | 130 | <dependencies> |
123 | | - |
124 | 131 | <!-- used for unit tests --> |
125 | 132 | <dependency> |
126 | 133 | <groupId>junit</groupId> |
127 | 134 | <artifactId>junit</artifactId> |
128 | 135 | <version>3.8.1</version> |
129 | 136 | <scope>test</scope> |
130 | 137 | </dependency> |
131 | | - |
132 | | - <!-- used for unit tests --> |
133 | | - <dependency> |
134 | | - <groupId>jdepend</groupId> |
135 | | - <artifactId>jdepend</artifactId> |
136 | | - <version>2.5</version> |
137 | | - <scope>test</scope> |
138 | | - </dependency> |
139 | | - |
140 | 138 | </dependencies> |
141 | 139 |
|
142 | 140 | <properties> |
143 | 141 | <commons.componentid>cli</commons.componentid> |
| 142 | + <commons.release.name>commons-cli-${commons.release.version}</commons.release.name> |
144 | 143 | <commons.osgi.symbolicName>org.apache.commons.cli2</commons.osgi.symbolicName> |
145 | | - <commons.release.version>1.1</commons.release.version> |
| 144 | + <commons.release.version>1.2</commons.release.version> |
146 | 145 | <commons.binary.suffix></commons.binary.suffix> |
147 | 146 | <commons.jira.id>CLI</commons.jira.id> |
148 | 147 | <commons.jira.pid>12310463</commons.jira.pid> |
|
169 | 168 | </resource> |
170 | 169 | </resources> |
171 | 170 | <testResources> |
172 | | - <testResource> |
173 | | - <directory>src/test/org/apache/commons/cli2/resource</directory> |
174 | | - <targetPath>org/apache/commons/cli2/resource</targetPath> |
175 | | - <includes> |
176 | | - <include>**/*.properties</include> |
177 | | - </includes> |
178 | | - </testResource> |
| 171 | + <testResource> |
| 172 | + <directory>src/test</directory> |
| 173 | + <includes> |
| 174 | + <include>**/*.properties</include> |
| 175 | + </includes> |
| 176 | + </testResource> |
179 | 177 | </testResources> |
180 | 178 | <plugins> |
181 | 179 | <plugin> |
|
0 commit comments