(chore) adding commons.module.name and updating commons.componentid in pom

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/proxy/trunk@1797511 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 8dd98f6..a4ca999 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,8 @@
   <properties>
     <maven.compiler.source>1.6</maven.compiler.source>
     <maven.compiler.target>1.6</maven.compiler.target>
-    <commons.componentid>proxy</commons.componentid>
+    <commons.componentid>proxy2</commons.componentid>
+    <commons.module.name>org.apache.commons.proxy2</commons.module.name>
     <commons.release.version>2.0</commons.release.version>
     <commons.release.name>commons-proxy-${commons.release.version}</commons.release.name>
     <commons.release.desc>(requires Java ${maven.compiler.target} or later)</commons.release.desc>