(no commit message)
[utils] / support / pom.xml
index 8f6bd46001e6d045064bf95f4f290ebca7943059..8f9c55ef48589e9b02133acebbd9761c62cd986a 100644 (file)
@@ -4,13 +4,13 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>utils</artifactId>
+    <artifactId>wamblee-utils</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
-  <artifactId>support</artifactId>
+  <artifactId>wamblee-support</artifactId>
   <packaging>jar</packaging>
   <name>wamblee.org support library</name>
   <url>http://wamblee.org</url>
@@ -29,7 +29,7 @@
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
-      <artifactId>spring-hibernate</artifactId>
+      <artifactId>spring-hibernate3</artifactId>
     </dependency>
     <!-- should be possible to remove the dependence on log4j -->
     <dependency>