Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-03-15 12:26:25 +0000
committerSteffen Pingel2012-03-15 12:26:25 +0000
commit21be67a1839400423d1f6e741a36dba7e6c71e9a (patch)
tree14652c7a85318ac43432800e9dad88eb5daa5d0a /org.eclipse.mylyn-parent/pom.xml
parent8a8f8ef51c5cd57469a54326e935dcbbf96c8290 (diff)
downloadorg.eclipse.mylyn-21be67a1839400423d1f6e741a36dba7e6c71e9a.tar.gz
org.eclipse.mylyn-21be67a1839400423d1f6e741a36dba7e6c71e9a.tar.xz
org.eclipse.mylyn-21be67a1839400423d1f6e741a36dba7e6c71e9a.zip
use specific Eclipse SR releases for implicit target builds
Diffstat (limited to 'org.eclipse.mylyn-parent/pom.xml')
-rw-r--r--org.eclipse.mylyn-parent/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn-parent/pom.xml b/org.eclipse.mylyn-parent/pom.xml
index b9495aad..7b00da61 100644
--- a/org.eclipse.mylyn-parent/pom.xml
+++ b/org.eclipse.mylyn-parent/pom.xml
@@ -310,7 +310,7 @@
<properties>
<target-version>3.7</target-version>
<target-platform>mylyn-e3.7</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/indigo/</platform-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/indigo/201202240900/</platform-repository-url>
<egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
<swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
</properties>
@@ -386,7 +386,7 @@
<properties>
<target-version>3.5</target-version>
<target-platform>mylyn-e3.5</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/galileo/</platform-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/galileo/201002260900</platform-repository-url>
<egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
<swtbot-repository-url>http://download.eclipse.org/technology/swtbot/galileo/dev-build/update-site/</swtbot-repository-url>
</properties>
@@ -446,7 +446,7 @@
<properties>
<target-version>3.6</target-version>
<target-platform>mylyn-e3.6</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/helios/</platform-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/helios/201102250900/</platform-repository-url>
<egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
<swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
</properties>
@@ -462,7 +462,7 @@
<properties>
<target-version>3.7</target-version>
<target-platform>mylyn-e3.7</target-platform>
- <platform-repository-url>http://download.eclipse.org/releases/indigo/</platform-repository-url>
+ <platform-repository-url>http://download.eclipse.org/releases/indigo/201202240900/</platform-repository-url>
<egit-repository-url>http://download.eclipse.org/egit/updates-1.3/</egit-repository-url>
<swtbot-repository-url>http://download.eclipse.org/technology/swtbot/helios/dev-build/update-site/</swtbot-repository-url>
</properties>

Back to the top