The next steps towards making it deployable on the central maven repo.
[utils] / gps / pom.xml
index 18732e432a4941985be03dfbd43f8fd0555f6fb7..4ea80e67ea86e44a458b0c2d8dc38de2bfa7b6e9 100644 (file)
@@ -4,7 +4,7 @@
 
   <parent>
     <groupId>org.wamblee</groupId>
-    <artifactId>wamblee-crawler</artifactId>
+    <artifactId>wamblee-utils</artifactId>
     <version>0.2-SNAPSHOT</version>
   </parent>
 
   <groupId>org.wamblee</groupId>
   <artifactId>wamblee-gps</artifactId>
   <packaging>jar</packaging>
-  <name>wamblee.org GPS utilities</name>
+  <name>/gps</name>
   <url>http://wamblee.org</url>
   <dependencies>
     <dependency>
         <groupId>org.wamblee</groupId>
-        <artifactId>wamblee-support</artifactId>
+        <artifactId>wamblee-support-general</artifactId>
+        <version>0.2-SNAPSHOT</version>
     </dependency>  
        <dependency>
       <groupId>jfree</groupId>