COMMONSSITE-124: Revert change in commons.scmPubUrl in Parent 47

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk@1841296 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index ff99687..4770c00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1940,7 +1940,7 @@
     <!-- value modules can override it -->
     <commons.site.path>${commons.componentid}</commons.site.path>
 
-    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.componentid}</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
     <commons.scmPubServer>commons.site</commons.scmPubServer>
     
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index bc0dcdd..0336dc2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,6 +61,7 @@
     <body>
 
         <release version="48" date="YYYY-MM-DD" description="TBD">
+            <action issue="COMMONSSITE-124" type="fix" dev="britter">Revert change in commons.scmPubUrl in Parent 47</action>
             <action type="update">Update parent from org.apache:apache 19 to 20.</action>
             <action type="update">maven-compiler-plugin 3.7.0 -> 3.8.0</action>
             <action type="fix">re-enabled japicmp and introduced japicmp.skip property that