(no commit message)
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index 8c2543f5b59719caaa8f32d4e4ee560d6662e3ff..2d263b249cb328c3f71497f1875efe9d06215e04 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
        <groupId>org.wamblee</groupId>
        <artifactId>wamblee-utils</artifactId>
        <packaging>pom</packaging>
-       <version>0.4.1</version>
+       <version>0.6-SNAPSHOT</version>
        <name>/</name>
        <description>wamblee.org utilities library</description>
        <url>http://wamblee.org</url>
@@ -16,9 +16,9 @@
                </license>
        </licenses>
        <scm>
-               <url>https://wamblee.org/viewvc/utils/tags/wamblee-utils-0.4.1</url>
-               <connection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-utils-0.4.1</connection>
-               <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/tags/wamblee-utils-0.4.1</developerConnection>
+               <url>https://wamblee.org/viewvc/utils</url>
+               <connection>scm:svn:https://wamblee.org/svn/public/utils/trunk</connection>
+               <developerConnection>scm:svn:https://wamblee.org/svn/public/utils/trunk</developerConnection>
        </scm>
        <developers>
                <developer>
                        <artifactId>junit</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.dbunit</groupId>
-                       <artifactId>dbunit</artifactId>
-                       <scope>test</scope>
-               </dependency>
                <dependency>
                        <groupId>org.apache.derby</groupId>
                        <artifactId>derby</artifactId>
                        </dependency>
                        <dependency>
                                <groupId>net.sf.ehcache</groupId>
-                               <artifactId>ehcache</artifactId>
-                               <version>1.2.3</version>
+                               <artifactId>ehcache-core</artifactId>
+                               <version>2.2.0</version>
                        </dependency>
 
                        <dependency>