Skip to content

Commit

Permalink
Use 2023-09 simrel
Browse files Browse the repository at this point in the history
As default repo in tests.
  • Loading branch information
akurtakov committed Sep 28, 2023
1 parent fb32453 commit 1e7064c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tycho-its/projects/api-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<module>bundle2</module>
</modules>
<properties>
<target-platform>https://download.eclipse.org/releases/2023-06/</target-platform>
<target-platform>https://download.eclipse.org/releases/2023-09/</target-platform>
</properties>
<repositories>
<repository>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<properties>
<target-platform>https://download.eclipse.org/releases/2023-03/</target-platform>
<target-platform>https://download.eclipse.org/releases/2023-09/</target-platform>
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
</properties>
<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class EnvironmentUtil {

private static final String MAVEN_HOME_INFO = "Maven home:";

public static final String ECLIPSE_LATEST = "https:////download.eclipse.org/releases/2022-12/";
public static final String ECLIPSE_LATEST = "https:////download.eclipse.org/releases/2023-09/";

private static final Properties props;

Expand Down

0 comments on commit 1e7064c

Please sign in to comment.