You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2019/03/17 21:18:54 UTC

[commons-parent] branch master updated: (fix) osgi needs to use ${commons.packageId}

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

chtompki 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 e694ea8  (fix) osgi needs to use ${commons.packageId}
e694ea8 is described below

commit e694ea8b45748cd48a156d721909924b6fc939de
Author: Rob Tompkins <ch...@gmail.com>
AuthorDate: Sun Mar 17 17:18:43 2019 -0400

    (fix) osgi needs to use ${commons.packageId}
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ddb08aa..1ca9073 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1789,7 +1789,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/${project.artifactId}</commons.scmPubUrl>
+    <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${commons.componentid}</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>${commons.site.cache}/${commons.site.path}</commons.scmPubCheckoutDirectory>
     <commons.scmPubServer>commons.site</commons.scmPubServer>