Skip to content

Commit

Permalink
Use 2023-09 simrel
Browse files Browse the repository at this point in the history
As default repo in plugins that have such and in tests.
  • Loading branch information
akurtakov committed Sep 27, 2023
1 parent 5eabc18 commit f7b6029
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public class ApiAnalysisMojo extends AbstractMojo {

static final String BUNDLE_CORE = "org.eclipse.core.runtime";

private static final String REPO_DEFAULT = "https://download.eclipse.org/releases/2023-06/";
private static final String REPO_DEFAULT = "https://download.eclipse.org/releases/2023-09/";

@Parameter(property = "plugin.artifacts")
protected List<Artifact> pluginArtifacts;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@Component(role = DocApplicationManager.class)
public class DocApplicationManager {
private static final String REPO_DEFAULT = "https://download.eclipse.org/releases/2023-03/";
private static final String REPO_DEFAULT = "https://download.eclipse.org/releases/2023-09/";

static MavenRepositoryLocation getRepository(Repository location) {
if (location == null) {
Expand Down
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 f7b6029

Please sign in to comment.