Skip to content

Commit

Permalink
Bump Eclipse version and require Maven 3.9.0 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubbsii authored Jul 16, 2024
1 parent 7a73247 commit 0dc9cb6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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: Eclipse JSDT core
Bundle-SymbolicName: jsdt-core
Bundle-Vendor: Revelc
Bundle-Version: 3.4.5.qualifier
Bundle-Version: 3.5.0.qualifier
Require-Bundle: org.eclipse.wst.jsdt.core;bundle-version="[1.0.0,10.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-17
Automatic-Module-Name: org.eclipse.wst.jsdt.core
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>
<groupId>net.revelc.code.formatter</groupId>
<artifactId>jsdt-core</artifactId>
<version>3.4.5-SNAPSHOT</version>
<version>3.5.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<name>Eclipse JSDT Core Bundle</name>
<description>Repackaging of Eclipse JSDT bundled for Maven Central</description>
Expand Down Expand Up @@ -46,7 +46,7 @@
<url>https://github.com/revelc/jsdt-core</url>
</scm>
<properties>
<eclipse-repo.url>https://download.eclipse.org/releases/2024-03</eclipse-repo.url>
<eclipse-repo.url>https://download.eclipse.org/releases/2024-06</eclipse-repo.url>
<licenseText><![CDATA[
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
Expand All @@ -60,6 +60,7 @@ SPDX-License-Identifier: EPL-2.0
<mdep.analyze.skip>true</mdep.analyze.skip>
<!-- rat plugin is no good at validating EPL headers out of the box -->
<rat.skip>true</rat.skip>
<revelc.min-build-mvn>3.9.0</revelc.min-build-mvn>
<tychoVersion>4.0.8</tychoVersion>
</properties>
<repositories>
Expand Down

0 comments on commit 0dc9cb6

Please sign in to comment.