bndtools / workspace

A starter Bnd workspace with plain OSGi dependencies and a Bnd Gradle build.
http://bndtools.org
Apache License 2.0
7 stars 13 forks source link

Added group for org.osgi.annotation.bundle #22

Closed scottslewis closed 1 year ago

scottslewis commented 1 year ago

@kriegfrj sorry I forgot the G in Gav coordinates.

kriegfrj commented 1 year ago

I'll try and read more carefully next time... (isn't it so often the way that the most trivial changes are the ones where we make the most mistakes? :smile:)

scottslewis commented 1 year ago

@kriegfrj I've discovered something: in current bnd/bndtools repo there is a file that contains the initialrepos. Here is it's current contents referring to this repo:

bndtools/workspace;branch=origin/${version;==;${base.version}},

This currently resolves to bndtools/workspace.branch=origin/7.0

And so the latest bndtools (master) still doesn't get the addition to master that was merged via this pr.

My question: When actually released will initialrepos.txt keep the same as above (7.0 branch of this repo) or will this be changed to master?

If it's going to stay at 7.0 then I expect that the merge done for master for this pr should be merged to 7.0 branch also.