On Tue, Dec 1, 2015 at 7:12 PM, Dmitriy Setrakyan <dsetrak...@apache.org> wrote:
> > In that case, if we add “.final” suffix, will it satisfy both, Maven and > OSGI worlds? Yep. In fact, "final" in Maven is equivalent to no qualifier. From Javadoc [1]: strings are checked for well-known qualifiers and the qualifier ordering is used for version ordering. Well-known qualifiers (case insensitive) are: [...] (the empty string) or ga or final [...] So it should have no side effects, other than the possible (very minor) nuisance for some having to suffix version references with -final. [1] https://maven.apache.org/ref/3.3.1/maven-artifact/apidocs/index.html?org/apache/maven/artifact/versioning/ComparableVersion.html *Raúl Kripalani* PMC & Committer @ Apache Ignite, Apache Camel | Integration, Big Data and Messaging Engineer http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk