Hi, I've just bumped the jmx-core-whiteboard dependency on jmx-core from 1.1.3-SNAPSHOT to 1.1.4-SNAPSHOT. It seems that's been the pattern recently. But I think this is against our 'depend on the minimum version' policy. jmx-core-whiteboard should only be depending on jmx-core @ 1.1.0 as that is the minimum version it needs.
BTW: it's my understanding that when it comes to uber-bundle modules, these should always depend on the latest SNAPSHOTs of the bundles consumed. e.g. jmx-bundle. Which would mean the jmx-bundle module (as it is currently) has an incorrect set of jmx module dependencies. I'll correct this, unless someone can point out that I've made a mistake. Thanks, Jeremy On 1 April 2015 at 11:53, <[email protected]> wrote: > Author: hughesj > Date: Wed Apr 1 10:53:53 2015 > New Revision: 1670611 > > URL: http://svn.apache.org/r1670611 > Log: > Bump dependency > > Modified: > aries/trunk/jmx/jmx-core-whiteboard/pom.xml > > Modified: aries/trunk/jmx/jmx-core-whiteboard/pom.xml > URL: > http://svn.apache.org/viewvc/aries/trunk/jmx/jmx-core-whiteboard/pom.xml?rev=1670611&r1=1670610&r2=1670611&view=diff > ============================================================================== > --- aries/trunk/jmx/jmx-core-whiteboard/pom.xml (original) > +++ aries/trunk/jmx/jmx-core-whiteboard/pom.xml Wed Apr 1 10:53:53 2015 > @@ -78,7 +78,7 @@ > <dependency> > <groupId>org.apache.aries.jmx</groupId> > <artifactId>org.apache.aries.jmx.core</artifactId> > - <version>1.1.3-SNAPSHOT</version> > + <version>1.1.4-SNAPSHOT</version> > </dependency> > <dependency> > <groupId>org.osgi</groupId> > >
