Removed tabs
Fixed POM as per bug 37314 Use groupId/artifactId instead of id git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@348046 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03174f6358
commit
e150cc5810
|
@ -16,9 +16,10 @@ limitations under the License.
|
||||||
-->
|
-->
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<id>commons-lang</id>
|
<groupId>commons-lang</groupId>
|
||||||
|
<artifactId>commons-lang</artifactId>
|
||||||
<name>Lang</name>
|
<name>Lang</name>
|
||||||
<currentVersion>2.2-dev</currentVersion>
|
<currentVersion>2.2-SNAPSHOT</currentVersion>
|
||||||
<inceptionYear>2001</inceptionYear>
|
<inceptionYear>2001</inceptionYear>
|
||||||
<shortDescription>Java Common Components</shortDescription>
|
<shortDescription>Java Common Components</shortDescription>
|
||||||
<description>
|
<description>
|
||||||
|
|
Loading…
Reference in New Issue