Skip to content

Commit

Permalink
Update latest release to 2024-03
Browse files Browse the repository at this point in the history
Adjust test for bumped o.e.osgi minor version

(cherry picked from commit 8ceab84)
  • Loading branch information
laeubi authored and akurtakov committed Mar 20, 2024
1 parent d0f217f commit dc8771a
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/2023-12/";
public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-03/";

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(18, equinox.getVersion().getMinor());
assertEquals(19, equinox.getVersion().getMinor());
}

public Bundle getBundle(String id) {
Expand Down

0 comments on commit dc8771a

Please sign in to comment.