Skip to content

Commit

Permalink
Update eclipse latest repo to 2024-06
Browse files Browse the repository at this point in the history
And adjust tests for that.
  • Loading branch information
akurtakov committed Jun 14, 2024
1 parent 7a0721f commit b221951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public interface TychoConstants {

public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-03/";
public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-06/";

public static final String TYCHO_NOT_CONFIGURED = "Tycho build extension not configured for ";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void test() throws Exception {
Bundle equinox = getBundle("org.eclipse.osgi");

assertEquals(3, equinox.getVersion().getMajor());
assertEquals(19, equinox.getVersion().getMinor());
assertEquals(20, equinox.getVersion().getMinor());
}

public Bundle getBundle(String id) {
Expand Down

0 comments on commit b221951

Please sign in to comment.