added gps project
[utils] / crawler / kissweb / pom.xml
index a2bc4e0708d238ba5dc019937f5a39f4adbb88c6..0a03cbdb74bfff750033dc48adc0f777d26cfd3c 100644 (file)
@@ -4,13 +4,13 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>crawler</artifactId>
+    <artifactId>wamblee-crawler</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.wamblee</groupId>
-  <artifactId>crawler-kissweb</artifactId>
+  <artifactId>wamblee-crawler-kissweb</artifactId>
   <packaging>war</packaging>
   <name>wamblee.org KiSS crawler web interface </name>
   <url>http://wamblee.org</url>
@@ -18,7 +18,7 @@
   <dependencies>
     <dependency>
         <groupId>org.wamblee</groupId>
-        <artifactId>crawler-kiss</artifactId>
+        <artifactId>wamblee-crawler-kiss</artifactId>
     </dependency>
        <dependency>
          <groupId>quartz</groupId>