(no commit message)
[utils] / socketproxy / pom.xml
index e71342ea2eda0e5da73ea3e23adf661f34bccd37..aa172f7b7fe76e855fdf67feb841abf441256acf 100644 (file)
@@ -4,13 +4,13 @@
 
   <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>
@@ -18,7 +18,8 @@
   <dependencies>
     <dependency>
       <groupId>org.wamblee</groupId>
-      <artifactId>support</artifactId>
+      <artifactId>wamblee-support-general</artifactId>
+      <version>0.2-SNAPSHOT</version>
     </dependency>
   </dependencies>