Move properties near start of file, so they are close to the other specifications

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@933751 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index f323866..f7b7d22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,6 +31,17 @@
   <url>http://commons.apache.org/compress/</url>
   <description>Commons Compress is a component that contains Ar, Cpio, Jar, Tar, Zip and BZip2 packages</description>
 
+  <properties>
+    <maven.compile.source>1.4</maven.compile.source>
+    <maven.compile.target>1.4</maven.compile.target>
+    <commons.componentid>compress</commons.componentid>
+    <commons.jira.id>COMPRESS</commons.jira.id>
+    <commons.jira.pid>12310904</commons.jira.pid>
+    <!-- configuration bits for cutting a release candidate -->
+    <commons.release.version>1.0</commons.release.version>
+    <commons.rc.version>RC2</commons.rc.version>
+  </properties>
+
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/COMPRESS</url>
@@ -92,17 +103,6 @@
     </site>
   </distributionManagement>
 
-  <properties>
-    <maven.compile.source>1.4</maven.compile.source>
-    <maven.compile.target>1.4</maven.compile.target>
-    <commons.componentid>compress</commons.componentid>
-    <commons.jira.id>COMPRESS</commons.jira.id>
-    <commons.jira.pid>12310904</commons.jira.pid>
-    <!-- configuration bits for cutting a release candidate -->
-    <commons.release.version>1.0</commons.release.version>
-    <commons.rc.version>RC2</commons.rc.version>
-  </properties>
-
   <build>
     <plugins>
       <plugin>