Skip to content

Commit

Permalink
Unify o.e.jdt.core version and bump to 3.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Dec 6, 2024
1 parent 7939bd5 commit 18d2e7c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@
<artifactId>ecj</artifactId>
<version>${ecjVersion}</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.40.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-testing-harness</artifactId>
Expand Down
1 change: 0 additions & 1 deletion tycho-apitools-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.38.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
Expand Down
1 change: 0 additions & 1 deletion tycho-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.38.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.pde</groupId>
Expand Down
1 change: 0 additions & 1 deletion tycho-its/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.core</artifactId>
<version>3.38.0</version>
<scope>test</scope>
</dependency>
<!-- update site tests -->
Expand Down

0 comments on commit 18d2e7c

Please sign in to comment.