Sandbox -> Proper in POM except for site stuff

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@756451 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 15e4ecb..681cdc1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,13 +22,13 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.commons</groupId>
-    <artifactId>commons-sandbox-parent</artifactId>
-    <version>7</version>
+    <artifactId>commons-parent</artifactId>
+    <version>11</version>
   </parent>
 
   <artifactId>commons-compress</artifactId>
   <version>1.0-SNAPSHOT</version>
-  <name>Commons Compress (Sandbox)</name>
+  <name>Commons Compress</name>
   <url>http://commons.apache.org/sandbox/compress/</url>
   <description>Commons Compress is a component that contains Tar, Zip and BZip2 packages</description>
   
@@ -71,9 +71,9 @@
   </contributors>
     
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/sandbox/compress/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/sandbox/compress/trunk</developerConnection>
-    <url>http://svn.apache.org/repos/asf/commons/sandbox/compress/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/compress/trunk</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/compress/trunk</developerConnection>
+    <url>http://svn.apache.org/repos/asf/commons/proper/compress/trunk</url>
   </scm>
 
   <distributionManagement>