Update dependencies (2022-03M1)
Change-Id: I5702b90427e930c4312db57a932b27085fee53b9
diff --git a/features/org.eclipse.graphiti.site/pom.xml b/features/org.eclipse.graphiti.site/pom.xml
index d92a2b6..73f521b 100644
--- a/features/org.eclipse.graphiti.site/pom.xml
+++ b/features/org.eclipse.graphiti.site/pom.xml
@@ -27,7 +27,7 @@
<pluginRepository>
<id>jboss-public-repository-group</id>
<name>JBoss Public Repository Group</name>
- <url>http://repository.jboss.org/nexus/content/groups/public/</url>
+ <url>https://repository.jboss.org/nexus/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
diff --git a/parent/pom.xml b/parent/pom.xml
index a2c45c0..bbcc69e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -23,13 +23,13 @@
<tycho-extras-version>${tycho-version}</tycho-extras-version>
<jboss-tycho-plugins-version>2.2.0</jboss-tycho-plugins-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <platform-site>https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/</platform-site>
- <orbit-site>https://download.eclipse.org/tools/orbit/downloads/drops/S20210406213021/repository/</orbit-site>
+ <platform-site>https://download.eclipse.org/eclipse/updates/4.23-I-builds/I20220126-1800/</platform-site>
+ <orbit-site>https://download.eclipse.org/tools/orbit/downloads/drops/I20220210065320/repository/</orbit-site>
<gef-site>https://download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/</gef-site>
- <emf-site>https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202104050532/</emf-site>
+ <emf-site>https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202202110956/</emf-site>
<emf-transactions-site>https://download.eclipse.org/modeling/emf/transaction/updates/releases/R201805140824/</emf-transactions-site>
<emf-validation-site>https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/</emf-validation-site>
- <swtbot-site>https://download.eclipse.org/technology/swtbot/releases/3.0.0/</swtbot-site>
+ <swtbot-site>https://download.eclipse.org/technology/swtbot/releases/3.1.0/</swtbot-site>
<license-site>http://download.eclipse.org/cbi/updates/license/</license-site>
</properties>
diff --git a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/PluginWizardTests.java b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/PluginWizardTests.java
index bcba31d..2534e73 100644
--- a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/PluginWizardTests.java
+++ b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/PluginWizardTests.java
@@ -76,7 +76,7 @@
bot.button("Next >").click();
// Enable template table
- bot.checkBox("Create a plug-in using a templates").select();
+ bot.checkBox("Create a plug-in using a template").select();
// Select Graphiti extension
bot.table().select("Plug-in with a Graphiti Editor");