Add temporary fix for COMMONSSITE-125
Project: http://git-wip-us.apache.org/repos/asf/commons-csv/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-csv/commit/af261c8f Tree: http://git-wip-us.apache.org/repos/asf/commons-csv/tree/af261c8f Diff: http://git-wip-us.apache.org/repos/asf/commons-csv/diff/af261c8f Branch: refs/heads/master Commit: af261c8fbf29b215f8ab9ff66200948968ac28c0 Parents: 62515c5 Author: Benedikt Ritter <brit...@apache.org> Authored: Wed Sep 19 10:38:30 2018 +0200 Committer: Benedikt Ritter <brit...@apache.org> Committed: Wed Sep 19 10:38:30 2018 +0200 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-csv/blob/af261c8f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5433ba2..3fa6dd4 100644 --- a/pom.xml +++ b/pom.xml @@ -155,6 +155,8 @@ CSV files of various types. <!-- Fix for COMMONSSITE-124 remove once commons-parent 48 has been released --> <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl> + <!-- Fix for COMMONSSITE-125 remove once commons-parent 48 has been released --> + <commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName> </properties> <build>