GitHub user acoburn opened a pull request: https://github.com/apache/commons-rdf/pull/28
set distinct Bundle-SymbolicName values In the 0.3.0-incubating release, all of the commons-rdf components have the same `Symbolic-BundleName`, namely: `org.apache.commons.rdf`. This makes it impossible to install multiple bundles in an OSGi container (e.g. Karaf), as every bundle must have a distinct Symbolic-BundleName/Version combination. The commons-parent pom configuration provides a mechanism for setting the value of `Symbolic-BundleName` in the bundle manifest, as shown in this PR. You can merge this pull request into a Git repository by running: $ git pull https://github.com/acoburn/commons-rdf bundle_symbolic_names Alternatively you can review and apply these changes as the patch at: https://github.com/apache/commons-rdf/pull/28.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #28 ---- commit 4cb987aa917992d209aea292831d23c0915a7392 Author: Aaron Coburn <acob...@amherst.edu> Date: 2017-01-03T21:26:19Z set distinct Bundle-SymbolicName values ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org