Use groupId/artifactId consistently instead of simply id
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@356246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82bb367f1f
commit
da48563fbc
|
@ -20,7 +20,8 @@
|
|||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<name>Math</name>
|
||||
<id>commons-math</id>
|
||||
<groupId>commons-math</groupId>
|
||||
<artifactId>commons-math</artifactId>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<inceptionYear>2003</inceptionYear>
|
||||
<shortDescription>Jakarta Commons Math</shortDescription>
|
||||
|
@ -161,11 +162,13 @@
|
|||
</contributors>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<id>commons-logging</id>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<id>commons-discovery</id>
|
||||
<groupId>commons-discovery</groupId>
|
||||
<artifactId>commons-discovery</artifactId>
|
||||
<version>0.2</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
Loading…
Reference in New Issue