Skip to content

Commit

Permalink
Update org.eclipse.equinox.common, org.eclipse.osgi and registry to
Browse files Browse the repository at this point in the history
2024-06

Due to split package this update has to go together with core.runtime.
  • Loading branch information
akurtakov committed Jun 14, 2024
1 parent 9fa497b commit 7a0721f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<minimal-maven-version>3.9.0</minimal-maven-version>
<!-- When updating surefire version, double-check Import-Package statements generated by bnd-maven-plugin and possibly adapt instructions in various bnd.bnd files -->
<surefire-version>3.2.5</surefire-version>
<equinoxVersion>3.19.0</equinoxVersion>
<equinoxVersion>3.20.0</equinoxVersion>
<ecjVersion>3.37.0</ecjVersion>
<bnd.version>7.0.0</bnd.version>
<!-- these are referenced from src/main/resources/META-INF/plexus/components.xml -->
Expand Down
2 changes: 1 addition & 1 deletion tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.19.0</version>
<version>3.19.100</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand Down

0 comments on commit 7a0721f

Please sign in to comment.