This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f74e36a  commons.scmPubUrl was not built properly, e.g. using 'pool' 
instead of 'commons-pool'
f74e36a is described below

commit f74e36a2413fb1154f168c896563600e82fc87a5
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Thu Apr 11 11:01:03 2019 -0400

    commons.scmPubUrl was not built properly, e.g. using 'pool' instead of
    'commons-pool'
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6f04361..dd831b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1798,7 +1798,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/commons-${commons.componentid}</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 d7afcf7..8d25835 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -64,6 +64,7 @@ The <action> type attribute can be add,update,fix,remove.
         <release version="49" date="YYYY-MM-DD" description="TBD">
             <action type="update" dev="ggregory">Update 
maven-project-info-reports-plugin's Apache Commons BCEL from 6.3 to 
6.3.1.</action>
             <action type="update" dev="ggregory">japicmp-maven-plugin 0.13.0 
-> 0.13.1</action>
+            <action type="fix" dev="ggregory">commons.scmPubUrl was not built 
properly, e.g. using 'pool' instead of 'commons-pool'</action>
         </release>
         
         <release version="48" date="2019-03-20" description="Release version 
47">

Reply via email to