Use the org.springframework groupId

This commit is contained in:
Carlos Sanchez 2006-04-25 04:43:36 +00:00
parent 719d3af879
commit 377ad7fa2a
2 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>springframework</groupId>
<groupId>org.springframework</groupId>
<artifactId>spring-hibernate3</artifactId>
<version>2.0-m2</version>
<type>jar</type>

View File

@ -263,7 +263,7 @@
<type>jar</type>
</dependency>
<dependency>
<groupId>springframework</groupId>
<groupId>org.springframework</groupId>
<artifactId>spring</artifactId>
<version>2.0-m2</version>
<type>jar</type>
@ -273,7 +273,7 @@
</properties>
</dependency>
<dependency>
<groupId>springframework</groupId>
<groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId>
<version>2.0-m2</version>
<type>jar</type>