Skip to content

Commit

Permalink
Move to Eclipse 2022-12
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Oct 26, 2022
1 parent 9c0e07f commit a5a8926
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<properties>
<tycho-version>2.7.0</tycho-version>
<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
<eclipse-target-site>https://download.eclipse.org/releases/2022-09/</eclipse-target-site>
<eclipse-target-site>https://download.eclipse.org/releases/2022-12/</eclipse-target-site>
<swtbot-update-site>https://download.eclipse.org/technology/swtbot/snapshots/</swtbot-update-site>
<!-- when making final release, switch from S to R latest update site - https://github.com/eclipse/reddeer/issues/2100 -->
<eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site>
<!-- eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-S/</eclipse-orbit-update-site -->
<!--eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-R/</eclipse-orbit-update-site-->
<eclipse-orbit-update-site>https://download.eclipse.org/tools/orbit/downloads/latest-S/</eclipse-orbit-update-site>
<cbi-repo-site>https://repo.eclipse.org/content/repositories/cbi-releases/</cbi-repo-site>
<download-plugin-version>1.2.1</download-plugin-version>
<java.target.version>17</java.target.version>
Expand All @@ -35,7 +35,7 @@
you can override this value to be Nightly Build, Development Milestone, or
Stable Release, or set to &amp;shy; (soft hyphen) to leave blank -->
<update.site.description>&amp;shy;</update.site.description>
<targetEclipseVersion>4.25 (2022-09)</targetEclipseVersion>
<targetEclipseVersion>4.26 (2022-12)</targetEclipseVersion>
<BUILD_ALIAS></BUILD_ALIAS>
<BUILD_TIMESTAMP>yyyyMMdd-HHmm</BUILD_TIMESTAMP>
<maven.compiler.source>${java.target.version}</maven.compiler.source>
Expand Down
6 changes: 3 additions & 3 deletions site/category.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@

<!--Change the site to releases once doing final release -->
<!--repository-reference location="http://download.eclipse.org/releases/2021-12/" enabled="true" /-->
<repository-reference location="https://download.eclipse.org/releases/2022-09/" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.25/" enabled="true" />
<repository-reference location="https://download.eclipse.org/tools/orbit/downloads/latest-R/" enabled="true" />
<repository-reference location="https://download.eclipse.org/releases/2022-12/" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.26/" enabled="true" />
<repository-reference location="https://download.eclipse.org/tools/orbit/downloads/latest-S/" enabled="true" />

</site>

0 comments on commit a5a8926

Please sign in to comment.