Skip to content

Commit

Permalink
Maven artifact org.eclipse.jdt.annotation has wrong Maven model versi…
Browse files Browse the repository at this point in the history
…on in pom (#1500)

fixes #1416 by bumping up version although semantically nothing changed
  • Loading branch information
stephan-herrmann authored Oct 29, 2023
1 parent 3f530f1 commit d1cf644
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.annotation/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-Localization: bundle
Bundle-SymbolicName: org.eclipse.jdt.annotation
Bundle-Version: 2.2.700.qualifier
Bundle-Version: 2.2.800.qualifier
Export-Package: org.eclipse.jdt.annotation
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-Vendor: %providerName
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.annotation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<version>4.30.0-SNAPSHOT</version>
</parent>
<artifactId>org.eclipse.jdt.annotation</artifactId>
<version>2.2.700-SNAPSHOT</version>
<version>2.2.800-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down

0 comments on commit d1cf644

Please sign in to comment.