cleaned up pom
diff --git a/pom.xml b/pom.xml
index ac6d204..2bb08fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,26 @@
 License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
 OF ANY KIND, either express or implied. See the License for the specific
 language governing permissions and limitations under the License. -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
+                             http://maven.apache.org/maven-v4_0_0.xsd">
+    <groupId>org.cloudera.htrace</groupId>
+    <modelVersion>4.0.0</modelVersion>
+    <artifactId>htrace</artifactId>
+    <name>htrace</name>
+    <version>1.46-SNAPSHOT</version>
+    <description>Tracing library</description>
+    <developers>
+        <developer>
+            <id>leavitt</id>
+            <name>Jonathan Leavitt</name>
+            <email>jonathan.leavitt@cloudera.com</email>
+            <timezone>-7</timezone>
+            <organization>Cloudera</organization>
+            <organizationUrl>http://www.cloudera.com</organizationUrl>
+        </developer>
+    </developers>
     <profiles>
         <profile>
             <id>release-sign-artifacts</id>
@@ -44,12 +63,6 @@
         <artifactId>oss-parent</artifactId>
         <version>7</version>
     </parent>
-    <groupId>org.cloudera.htrace</groupId>
-    <modelVersion>4.0.0</modelVersion>
-    <artifactId>htrace</artifactId>
-    <name>htrace</name>
-    <version>1.46-SNAPSHOT</version>
-    <description>Tracing library</description>
     <packaging>jar</packaging>
     <url>https://github.com/cloudera/htrace</url>
     <licenses>
@@ -65,16 +78,6 @@
         <developerConnection>scm:git:git@github.com:cloudera/htrace.git</developerConnection>
         <url>scm:git:git@github.com:cloudera/htrace.git</url>
     </scm>
-    <developers>
-        <developer>
-            <id>leavitt</id>
-            <name>Jonathan Leavitt</name>
-            <email>jonathan.leavitt@cloudera.com</email>
-            <timezone>-7</timezone>
-            <organization>Cloudera</organization>
-            <organizationUrl>http://www.cloudera.com</organizationUrl>
-        </developer>
-    </developers>
     <build>
         <plugins>
             <plugin>