mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-09 03:24:58 +00:00
Towards version 2.2: - Set the component version to 2.2-dev, removed text package exclusions
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@209378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b869ef899
commit
1aae68267d
@ -19,7 +19,7 @@ limitations under the License.
|
||||
|
||||
<id>commons-lang</id>
|
||||
<name>Lang</name>
|
||||
<currentVersion>2.1</currentVersion>
|
||||
<currentVersion>2.2-dev</currentVersion>
|
||||
<inceptionYear>2001</inceptionYear>
|
||||
<shortDescription>Java Common Components</shortDescription>
|
||||
<description>
|
||||
@ -368,8 +368,6 @@ limitations under the License.
|
||||
<sourceModification>
|
||||
<className>FakeClass</className>
|
||||
<excludes>
|
||||
<!-- text package excluded for the 2.1 release -->
|
||||
<exclude>org/apache/commons/lang/text/**/*.java</exclude>
|
||||
</excludes>
|
||||
</sourceModification>
|
||||
</sourceModifications>
|
||||
@ -384,8 +382,6 @@ limitations under the License.
|
||||
</includes>
|
||||
<excludes>
|
||||
<exclude>**/AllLangTestSuite.java</exclude>
|
||||
<!-- text package excluded for the 2.1 release -->
|
||||
<exclude>org/apache/commons/lang/text/**/*.java</exclude>
|
||||
</excludes>
|
||||
<resources>
|
||||
<resource>
|
||||
|
Loading…
x
Reference in New Issue
Block a user