[maven-release-plugin] prepare for next development iteration
[utils] / security / usermgt / pom.xml
index bfc89d5a5541ff995b780ed33d5a90c00d6872b7..0cc06c8e6e4cc974c4c6ce7cad966d0e413c5845 100644 (file)
@@ -1,10 +1,10 @@
 <?xml version="1.0"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-utils</artifactId>
-    <version>0.2.5-SNAPSHOT</version>
+    <artifactId>wamblee-security</artifactId>
+    <version>0.8-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
     <dependency>
       <groupId>org.wamblee</groupId>
       <artifactId>wamblee-system-general</artifactId>
-      <version>0.2.5-SNAPSHOT</version>
+      <version>0.8-SNAPSHOT</version>
     </dependency>
 
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>net.sf.ehcache</groupId>
+      <artifactId>ehcache-core</artifactId>
+    </dependency>
 
   </dependencies>
   
   <distributionManagement>
     <site>
-      <id>test-enterprise-site</id>
+      <id>security-usermgt-site</id>
       <url>file:${distrib}/security/usermgt</url>
     </site>
   </distributionManagement>