Skip to content

Commit

Permalink
Remove includes of 3rd party libraries from the org.eclipse.jdt feature
Browse files Browse the repository at this point in the history
- Increment the feature version
  • Loading branch information
merks authored and akurtakov committed Sep 11, 2024
1 parent bae402e commit c37842a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.jdt"
label="%featureName"
version="3.19.700.qualifier"
version="3.20.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt.feature</groupId>
<artifactId>org.eclipse.jdt</artifactId>
<version>3.19.700-SNAPSHOT</version>
<version>3.20.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
<name>org eclipse jdt feature</name>

Expand Down

0 comments on commit c37842a

Please sign in to comment.