Github user KellenSunderland commented on a diff in the pull request: https://github.com/apache/incubator-joshua/pull/69#discussion_r81325749 --- Diff: src/main/java/org/apache/joshua/decoder/package-info.java --- @@ -23,4 +23,7 @@ * of any actual decoding algorithm. Rather, such code is in * child packages of this package. */ -package org.apache.joshua.decoder; \ No newline at end of file +@Version("0.1.0") +package org.apache.joshua.decoder; + +import org.osgi.annotation.versioning.Version; --- End diff -- Would it be possible create a separate module for OSGI rather than adding it to Core? If possible we'd like to keep as few dependancies as we can in the core library. This will make it easier for organizations to pick up the Joshua core library and not add a bunch of dependancies that they might not make use of (but which then need to get deployed to their build and runtime environments).
--- 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. ---