Skip to content

Commit 26015b8

Browse files
committed
Update to latest ecj snapshot version
Maven version numbers are confusing if you're expecting it to be exactly like OSGi. In particular 3.41.100-SNAPSHOT < 3.41.100 so trying 3.41.99 as the lower bound. See eclipse-jdt/eclipse.jdt.core#3728 Fixes #2884
1 parent 62ef018 commit 26015b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eclipse-platform-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<tycho-snapshot-repo.url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</tycho-snapshot-repo.url>
9191

9292
<eclipse-snapshots-repo.url>https://repo.eclipse.org/content/repositories/eclipse-snapshots/</eclipse-snapshots-repo.url>
93-
<cbi-ecj-version>[3.39,)</cbi-ecj-version>
93+
<cbi-ecj-version>[3.41.99,)</cbi-ecj-version>
9494

9595
<!--
9696
repo for released versions of CBI. Note, we intentionally use as specific a repo as possible.

0 commit comments

Comments
 (0)