Browse Source

Use the org.springframework groupId

1.0.x
Carlos Sanchez 20 years ago
parent
commit
377ad7fa2a
  1. 2
      domain/project.xml
  2. 4
      project.xml

2
domain/project.xml

@ -37,7 +37,7 @@ @@ -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>

4
project.xml

@ -263,7 +263,7 @@ @@ -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 @@ @@ -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>

Loading…
Cancel
Save