Skip to content

Commit a11aa9b

Browse files
laeubieclipse-tycho-bot
authored andcommitted
Update latest release to 2024-03
Adjust test for bumped o.e.osgi minor version (cherry picked from commit 8ceab84)
1 parent 1f0bb2a commit a11aa9b

File tree

2 files changed

+2
-2
lines changed
  • tycho-api/src/main/java/org/eclipse/tycho
  • tycho-its/projects/TYCHO0367localRepositoryCrosstalk/bundle02/src/TYCHO0367localRepositoryCrosstalk/bundle02

2 files changed

+2
-2
lines changed

tycho-api/src/main/java/org/eclipse/tycho/TychoConstants.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public interface TychoConstants {
2020

21-
public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2023-12/";
21+
public static final String ECLIPSE_LATEST = "https://download.eclipse.org/releases/2024-03/";
2222

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

tycho-its/projects/TYCHO0367localRepositoryCrosstalk/bundle02/src/TYCHO0367localRepositoryCrosstalk/bundle02/Eclipse35Test.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public void test() throws Exception {
2525
Bundle equinox = getBundle("org.eclipse.osgi");
2626

2727
assertEquals(3, equinox.getVersion().getMajor());
28-
assertEquals(18, equinox.getVersion().getMinor());
28+
assertEquals(19, equinox.getVersion().getMinor());
2929
}
3030

3131
public Bundle getBundle(String id) {

0 commit comments

Comments
 (0)