I was trying to upgrade to the latest commons-io and noticed the bundle name had changed. Given some older dependencies I am not able to consume the newer version. It looks like the parent pom changed which property it uses to determine bundle name from commons.componentid to commons.packageId and the io pom wasn't updated to account for that. Was this an intentional change or an oversight?
current: https://github.com/apache/commons-parent/blob/master/pom.xml#L237 42: https://github.com/apache/commons-parent/blob/commons-parent-42/pom.xml#L1618 commons-io: https://github.com/apache/commons-io/blob/master/pom.xml#L279 Thanks Casey Lowe cwl...@gmail.com