diff --git a/cluster/pom.xml b/cluster/pom.xml
index 2c9234d9..08add546 100644
--- a/cluster/pom.xml
+++ b/cluster/pom.xml
@@ -1,36 +1,36 @@
- 4.0.0
- com.linkedin.norbert
- norbert-cluster
- jar
- 1.0-SNAPSHOT
- norbert-cluster
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.sna-projects
+ norbert-cluster
+ jar
+ 1.0.0-SNAPSHOT
+ norbert-cluster
-
- com.linkedin.norbert
- norbert
- 1.0-SNAPSHOT
-
+
+ com.sna-projects
+ norbert
+ 1.0.0-SNAPSHOT
+
-
-
- com.google.protobuf
- protobuf-java
- 2.3.0
-
+
+
+ com.google.protobuf
+ protobuf-java
+ 2.3.0
+
-
- log4j
- log4j
- 1.2.14
-
+
+ log4j
+ log4j
+ 1.2.14
+
-
- org.apache.hadoop
- zookeeper
- 3.3.0
-
-
+
+ org.apache.hadoop
+ zookeeper
+ 3.3.0
+
+
diff --git a/examples/pom.xml b/examples/pom.xml
index fb10f1a0..6c262b78 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
- com.linkedin.norbert
- norbert-examples
- jar
- 1.0-SNAPSHOT
- norbert-examples
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.sna-projects
+ norbert-examples
+ jar
+ 1.0.0-SNAPSHOT
+ norbert-examples
-
- com.linkedin.norbert
- norbert
- 1.0-SNAPSHOT
-
+
+ com.sna-projects
+ norbert
+ 1.0.0-SNAPSHOT
+
-
-
- com.linkedin.norbert
- norbert-java-network
- 1.0-SNAPSHOT
-
-
+
+
+ com.sna-projects
+ norbert-java-network
+ 1.0.0-SNAPSHOT
+
+
diff --git a/java-cluster/pom.xml b/java-cluster/pom.xml
index 6554d190..a76b7431 100644
--- a/java-cluster/pom.xml
+++ b/java-cluster/pom.xml
@@ -1,24 +1,24 @@
- 4.0.0
- com.linkedin.norbert
- norbert-java-cluster
- jar
- 1.0-SNAPSHOT
- norbert-java-cluster
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.sna-projects
+ norbert-java-cluster
+ jar
+ 1.0.0-SNAPSHOT
+ norbert-java-cluster
-
- com.linkedin.norbert
- norbert
- 1.0-SNAPSHOT
-
+
+ com.sna-projects
+ norbert
+ 1.0.0-SNAPSHOT
+
-
-
- com.linkedin.norbert
- norbert-cluster
- 1.0-SNAPSHOT
-
-
+
+
+ com.sna-projects
+ norbert-cluster
+ 1.0.0-SNAPSHOT
+
+
diff --git a/java-network/pom.xml b/java-network/pom.xml
index f028f05e..04eebd8b 100644
--- a/java-network/pom.xml
+++ b/java-network/pom.xml
@@ -1,30 +1,30 @@
- 4.0.0
- com.linkedin.norbert
- norbert-java-network
- jar
- 1.0-SNAPSHOT
- norbert-java-network
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.sna-projects
+ norbert-java-network
+ jar
+ 1.0.0-SNAPSHOT
+ norbert-java-network
-
- com.linkedin.norbert
- norbert
- 1.0-SNAPSHOT
-
+
+ com.sna-projects
+ norbert
+ 1.0.0-SNAPSHOT
+
-
-
- com.linkedin.norbert
- norbert-java-cluster
- 1.0-SNAPSHOT
-
-
-
- com.linkedin.norbert
- norbert-network
- 1.0-SNAPSHOT
-
-
+
+
+ com.sna-projects
+ norbert-java-cluster
+ 1.0.0-SNAPSHOT
+
+
+
+ com.sna-projects
+ norbert-network
+ 1.0.0-SNAPSHOT
+
+
diff --git a/network/pom.xml b/network/pom.xml
index a26c9d87..1210df05 100644
--- a/network/pom.xml
+++ b/network/pom.xml
@@ -1,42 +1,42 @@
- 4.0.0
- com.linkedin.norbert
- norbert-network
- jar
- 1.0-SNAPSHOT
- norbert-network
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.sna-projects
+ norbert-network
+ jar
+ 1.0.0-SNAPSHOT
+ norbert-network
-
- com.linkedin.norbert
- norbert
- 1.0-SNAPSHOT
-
+
+ com.sna-projects
+ norbert
+ 1.0.0-SNAPSHOT
+
-
-
- com.linkedin.norbert
- norbert-cluster
- 1.0-SNAPSHOT
-
-
-
- org.jboss.netty
- netty
- 3.1.5.GA
-
+
+
+ com.sna-projects
+ norbert-cluster
+ 1.0.0-SNAPSHOT
+
-
- org.slf4j
- slf4j-api
- 1.5.6
-
+
+ org.jboss.netty
+ netty
+ 3.1.5.GA
+
-
- org.slf4j
- slf4j-log4j12
- 1.5.6
-
-
+
+ org.slf4j
+ slf4j-api
+ 1.5.6
+
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.5.6
+
+
diff --git a/pom.xml b/pom.xml
index 0776ba5a..b31a6449 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,126 +1,148 @@
- 4.0.0
- com.linkedin.norbert
- norbert
- pom
- 1.0-SNAPSHOT
- norbert
-
-
- cluster
- network
- java-cluster
- java-network
- examples
-
-
-
-
- org.scala-lang
- scala-library
- 2.7.7
-
-
-
- org.scala-lang
- scala-compiler
- 2.7.7
- provided
-
-
-
- org.scala-tools.testing
- specs
- 1.6.2
- test
-
-
-
- junit
- junit
- 4.5
- test
-
-
-
- org.jmock
- jmock
- 2.4.0
- test
-
-
-
- org.mockito
- mockito-core
- 1.8.0
- test
-
-
-
- cglib
- cglib
- 2.1_3
- test
-
-
-
- org.objenesis
- objenesis
- 1.0
- test
-
-
-
-
-
- jboss.com
- JBoss Maven 2 Repository
- http://repository.jboss.com/maven2
-
-
-
- scala-tools.org
- scala-tools Maven 2 Repository
- http://scala-tools.org/repo-releases
-
-
-
- scala-tools.org snapshots
- scala-tools Maven 2 Snapshot Repository
- http://scala-tools.org/repo-snapshots
-
-
-
-
-
- scala-tools.org
- scala-tools Maven 2 Repository
- http://scala-tools.org/repo-releases
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
- 1.5
- 1.5
-
-
-
-
- org.scala-tools
- maven-scala-plugin
-
-
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ 4.0.0
+ com.sna-projects
+ norbert
+ pom
+ 1.0.0-SNAPSHOT
+ norbert
+
+
+ org.sonatype.oss
+ oss-parent
+ 6
+
+
+
+
+ Apache License, Version 2.0
+ http://www.apache.org/licenses/LICENSE-2.0.txt
+ repo
+
+
+
+
+ cluster
+ network
+ java-cluster
+ java-network
+ examples
+
+
+
+
+ org.scala-lang
+ scala-library
+ 2.7.7
+
+
+
+ org.scala-lang
+ scala-compiler
+ 2.7.7
+ provided
+
+
+
+ org.scala-tools.testing
+ specs
+ 1.6.2
+ test
+
+
+
+ junit
+ junit
+ 4.5
+ test
+
+
+
+ org.jmock
+ jmock
+ 2.4.0
+ test
+
+
+
+ org.mockito
+ mockito-core
+ 1.8.0
+ test
+
+
+
+ cglib
+ cglib
+ 2.1_3
+ test
+
+
+
+ org.objenesis
+ objenesis
+ 1.0
+ test
+
+
+
+
+
+ jboss.com
+ JBoss Maven 2 Repository
+ http://repository.jboss.com/maven2
+
+
+
+ scala-tools.org
+ scala-tools Maven 2 Repository
+ http://scala-tools.org/repo-releases
+
+
+
+ scala-tools.org snapshots
+ scala-tools Maven 2 Snapshot Repository
+ http://scala-tools.org/repo-snapshots
+
+
+
+
+
+ scala-tools.org
+ scala-tools Maven 2 Repository
+ http://scala-tools.org/repo-releases
+
+
+
+
+
+ sonatype-nexus-snapshots
+ sonatype nexus snapshots repository
+ https://oss.sonatype.org/content/repositories/snapshots/
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+ 1.5
+ 1.5
+
+
+
+
+ org.scala-tools
+ maven-scala-plugin
+
+
scala-compile-first
process-resources
- add-source
+ add-source
compile
@@ -131,43 +153,57 @@
testCompile
-
-
-
- -deprecation
-
-
-
- -Xmx1024m
-
-
-
-
-
- org.apache.maven.plugins
- maven-compiler-plugin
-
-
- compile
-
- compile
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- **/Test*.java
- **/*Test.java
- **/*TestCase.java
- **/*Spec.java
-
-
-
-
-
+
+
+
+ -deprecation
+
+
+
+ -Xmx1024m
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+
+
+ compile
+
+ compile
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ **/Test*.java
+ **/*Test.java
+ **/*TestCase.java
+ **/*Spec.java
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+
+
+ attach-sources
+
+ jar
+
+
+
+
+
+
+