Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAparna Argade2018-06-11 13:36:18 +0000
committerAparna Argade2018-06-11 13:36:18 +0000
commit144b07b02edcc5eb6c0ee37b413b4ac743ea4c12 (patch)
treee77789ff483379030f4e14b93b9cf5191e378544
parent7e53fbfdbf341e78e22e14310d5fd514bdbdfb9d (diff)
downloadorg.eclipse.swtbot-2.7.0.tar.gz
org.eclipse.swtbot-2.7.0.tar.xz
org.eclipse.swtbot-2.7.0.zip
Update Orbit repository to R20180606145124 for Photon and Maven to 3.5.32.7.0
Change-Id: I55f56971f38f2e13fa886388e47786713df51f2a Signed-off-by: Aparna Argade <aprsac@yahoo.com>
-rw-r--r--devtools/target-platforms/photon/photon.target4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/devtools/target-platforms/photon/photon.target b/devtools/target-platforms/photon/photon.target
index 32f73094..2478066b 100644
--- a/devtools/target-platforms/photon/photon.target
+++ b/devtools/target-platforms/photon/photon.target
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<?pde version="3.8"?><target name="Eclipse Photon via p2" sequenceNumber="2">
+<?pde version="3.8"?><target name="Eclipse Photon via p2" sequenceNumber="3">
<locations>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.platform.ide" version="0.0.0"/>
@@ -21,7 +21,7 @@
<unit id="org.hamcrest.core" version="1.3.0.v20180420-1519"/>
<unit id="org.hamcrest.core.source" version="1.3.0.v20180420-1519"/>
<unit id="ca.odell.glazedlists" version="0.0.0"/>
-<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180531190352/repository/"/>
+<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20180606145124/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.license.feature.group" version="1.0.1.v20140414-1359"/>
diff --git a/pom.xml b/pom.xml
index 14690157..653d544c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@ Authors:
<packaging>pom</packaging>
<prerequisites>
- <maven>3.1.1</maven>
+ <maven>3.5.3</maven>
</prerequisites>
<properties>
<tycho-version>1.2.0</tycho-version>

Back to the top