Added distribution management to all POMs

git-svn-id: https://hyracks.googlecode.com/svn/trunk/fullstack@2386 123451ca-8445-de46-9d55-352943316053
diff --git a/algebricks/pom.xml b/algebricks/pom.xml
index 21a22bf..1a1d60b 100644
--- a/algebricks/pom.xml
+++ b/algebricks/pom.xml
@@ -6,6 +6,17 @@
   <packaging>pom</packaging>
   <name>algebricks</name>
 
+  <distributionManagement>
+    <repository>
+      <id>hyracks-releases</id>
+      <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-releases/</url>
+    </repository>
+    <snapshotRepository>
+      <id>hyracks-snapshots</id>
+      <url>http://obelix.ics.uci.edu/nexus/content/repositories/hyracks-snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
+
   <modules>
     <module>algebricks-compiler</module>
     <module>algebricks-common</module>