Skip to content

Commit

Permalink
Prepare RedDeer release 2022-03
Browse files Browse the repository at this point in the history
Signed-off-by: Ondrej Dockal <odockal@redhat.com>
  • Loading branch information
odockal committed Mar 9, 2022
1 parent 3078586 commit ec76236
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -22,11 +22,11 @@
<properties>
<tycho-version>2.4.0</tycho-version>
<tychoExtrasVersion>${tycho-version}</tychoExtrasVersion>
<eclipse-target-site>https://download.eclipse.org/staging/2022-03/</eclipse-target-site>
<eclipse-target-site>https://download.eclipse.org/releases/2022-03/</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>
<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>11</java.target.version>
Expand Down
6 changes: 3 additions & 3 deletions site/category.xml
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/staging/2022-03/" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.23-I-builds/" enabled="true" />
<repository-reference location="https://download.eclipse.org/tools/orbit/downloads/latest-S/" enabled="true" />
<repository-reference location="https://download.eclipse.org/releases/2022-03/" enabled="true" />
<repository-reference location="https://download.eclipse.org/eclipse/updates/4.23/" enabled="true" />
<repository-reference location="https://download.eclipse.org/tools/orbit/downloads/latest-R/" enabled="true" />

</site>

0 comments on commit ec76236

Please sign in to comment.