Changing artifactId to commons-lang3

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@966805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James W. Carman 2010-07-22 19:01:21 +00:00
parent 4f2cfd7a78
commit 056742acf7
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-lang</artifactId> <artifactId>commons-lang3</artifactId>
<version>3.0-SNAPSHOT</version> <version>3.0-SNAPSHOT</version>
<name>Commons Lang</name> <name>Commons Lang</name>