Skip to content

Commit

Permalink
Fixed API error introduced in b1adfa2
Browse files Browse the repository at this point in the history
See #607
  • Loading branch information
iloveeclipse committed Sep 17, 2024
1 parent d1356fb commit cbd261e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Bundle-Activator: org.eclipse.osgi.internal.framework.SystemBundleActivator
Bundle-Description: %systemBundle
Bundle-Copyright: %copyright
Bundle-Vendor: %eclipse.org
Bundle-Version: 3.21.100.qualifier
Bundle-Version: 3.22.0.qualifier
Bundle-Localization: systembundle
Bundle-DocUrl: http://www.eclipse.org
Eclipse-ExtensibleAPI: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ public static String toString(Capability capability) {
* @param resource the {@link Resource} for which a string representation is
* desired
*
* @since 3.21
* @since 3.22
*/
public static String toString(Resource resource) {
String id = null;
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.eclipse.osgi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.osgi</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.21.100-SNAPSHOT</version>
<version>3.22.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<!-- The actual TCKs are executed in the org.eclipse.osgi.tck module because of reference to other service implementations -->
Expand Down

0 comments on commit cbd261e

Please sign in to comment.