Skip to content

Commit

Permalink
[PDE] update biz.aQute.bndlib and -util to version 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Jun 13, 2022
1 parent 5400be7 commit 06091f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
7 changes: 7 additions & 0 deletions org.eclipse.m2e.pde.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.osgi.service.repository"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.m2e.pde.target"
download-size="0"
Expand Down
10 changes: 8 additions & 2 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,19 @@
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bnd.util</artifactId>
<version>6.0.0</version>
<version>6.3.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>biz.aQute.bnd</groupId>
<artifactId>biz.aQute.bndlib</artifactId>
<version>6.0.0</version>
<version>6.3.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
<artifactId>org.osgi.service.repository</artifactId>
<version>1.1.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 06091f7

Please sign in to comment.