Skip to content

Commit f557733

Browse files
committed
Fixing the version and removing the .properties copying in the resources (that specified cli2)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/cli-1.0.x@538024 13f79535-47bb-0310-9956-ffa450edef68
1 parent 265e6a6 commit f557733

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

project.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<groupId>commons-cli</groupId>
1919
<artifactId>commons-cli</artifactId>
2020
<name>CLI</name>
21-
<currentVersion>2.0-SNAPSHOT</currentVersion>
21+
<currentVersion>1.1-SNAPSHOT</currentVersion>
2222
<inceptionYear>2002</inceptionYear>
2323
<shortDescription>Commons CLI</shortDescription>
2424
<description>
@@ -158,17 +158,6 @@
158158
<nagEmailAddress>commons-dev@jakarta.apache.org</nagEmailAddress>
159159
<sourceDirectory>src/java</sourceDirectory>
160160
<unitTestSourceDirectory>src/test</unitTestSourceDirectory>
161-
<integrationUnitTestSourceDirectory/>
162-
<aspectSourceDirectory/>
163-
<resources>
164-
<resource>
165-
<directory>src/java/org/apache/commons/cli2</directory>
166-
<targetPath>org/apache/commons/cli2</targetPath>
167-
<includes>
168-
<include>**/*.properties</include>
169-
</includes>
170-
</resource>
171-
</resources>
172161

173162
<!-- Unit test classes -->
174163
<unitTest>

0 commit comments

Comments
 (0)