Skip to content

Commit

Permalink
Eclipse 4.23 (M3) JDT Patch for Groovy-Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-milles committed Feb 28, 2022
1 parent 1a92069 commit b86482b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion groovy-eclipse.setup
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@
<repository
url="https://download.eclipse.org/eclipse/updates/4.23"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220216-1800"/>
url="https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220223-1800"/>
</repositoryList>
<repositoryList
name="2021-12">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.core.tests.builder; singleton:=true
Bundle-Version: 3.11.50.qualifier
Bundle-Version: 3.11.100.qualifier
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.eclipse.jdt.core.tests.builder
Expand Down
2 changes: 1 addition & 1 deletion jdt-patch/e423/org.eclipse.jdt.core.tests.builder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core.tests.builder</artifactId>
<version>3.11.50-SNAPSHOT</version>
<version>3.11.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<repository>
<id>milestone</id>
<layout>p2</layout>
<url>https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220216-1800</url>
<url>https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220223-1800</url>
</repository>
</repositories>
<modules>
Expand Down

0 comments on commit b86482b

Please sign in to comment.