Moved crawler to
[utils] / socketproxy / pom.xml
index e71342ea2eda0e5da73ea3e23adf661f34bccd37..efb2d06dda44ea9401cbf38fdb8a423393b27ab6 100644 (file)
@@ -4,21 +4,22 @@
 
   <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>socketproxy</artifactId>
+  <artifactId>wamblee-socketproxy</artifactId>
   <packaging>jar</packaging>
 
-  <name>wamblee.org socket proxy</name>
+  <name>/socketproxy</name>
   <url>http://wamblee.org</url>
   <dependencies>
     <dependency>
       <groupId>org.wamblee</groupId>
-      <artifactId>support</artifactId>
+      <artifactId>wamblee-support-general</artifactId>
+      <version>0.2-SNAPSHOT</version>
     </dependency>
   </dependencies>