Skip to content

Commit

Permalink
Update version ranges to work with biz.aQute.bndlib 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Oct 4, 2023
1 parent 6b0f0ed commit a2229b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
<module>build</module>
<module>features</module>
</modules>
<repositories>
<repository>
<id>bnd-snapshot</id>
<layout>p2</layout>
<url>https://bndtools.jfrog.io/bndtools/update-snapshot</url>
</repository>
</repositories>

<!--
To build individual bundles, we specify a repository where to find parent pom,
Expand Down
4 changes: 2 additions & 2 deletions ui/org.eclipse.pde.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ Export-Package:
Import-Package: aQute.bnd.build;version="[4.4.0,5.0.0)",
aQute.bnd.build.model;version="[4.2.0,5.0.0)",
aQute.bnd.header;version="[2.5.0,3.0.0)",
aQute.bnd.osgi;version="[5.5.0,6.0.0)",
aQute.bnd.osgi;version="[5.5.0,8.0.0)",
aQute.bnd.osgi.repository;version="[3.0.0,4.0.0)",
aQute.bnd.osgi.resource;version="[4.3.0,5.0.0)",
aQute.bnd.osgi.resource;version="[4.3.0,6.0.0)",
aQute.bnd.properties;version="[2.0.0,3.0.0)",
aQute.bnd.service;version="[4.7.0,5.0.0)",
aQute.bnd.version;version="[2.2.0,3.0.0)",
Expand Down
4 changes: 2 additions & 2 deletions ui/org.eclipse.pde.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,9 @@ Require-Bundle:
org.eclipse.equinox.security;bundle-version="[1.4.100,2.0.0)"
Import-Package: aQute.bnd.build.model;version="[4.2.0,5.0.0)",
aQute.bnd.header;version="[2.5.0,3.0.0)",
aQute.bnd.osgi;version="[5.6.0,6.0.0)",
aQute.bnd.osgi;version="[5.6.0,8.0.0)",
aQute.bnd.osgi.repository;version="[3.0.0,4.0.0)",
aQute.bnd.osgi.resource;version="[4.3.0,5.0.0)",
aQute.bnd.osgi.resource;version="[4.3.0,6.0.0)",
aQute.bnd.properties;version="[2.0.0,3.0.0)",
aQute.bnd.version;version="[2.2.0,3.0.0)",
org.eclipse.jdt.debug.ui.console,
Expand Down

0 comments on commit a2229b5

Please sign in to comment.