Skip to content

Commit a9bbfbd

Browse files
committed
[build] Use latest Orbit release
1 parent c6457e4 commit a9bbfbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/p2-deployment.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ p2gen {
1919
bundle 'com.google.guava'
2020
}
2121
dependencies {
22-
repositoryUrl 'http://download.eclipse.org/tools/orbit/downloads/drops/S20170516192513/repository'
22+
repositoryUrl 'http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository'
2323
bundle {
2424
id 'com.google.gson'
2525
version versions.gson_orbit

releng/releng-target/lsp4j.target.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<unit id="com.google.guava" version="0.0.0"/>
88
</location>
99
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="false" type="InstallableUnit">
10-
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/S20170516192513/repository"/>
10+
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170818183741/repository"/>
1111
<unit id="com.google.gson" version="2.7.0.v20170129-0911"/>
1212
<unit id="com.google.gson.source" version="2.7.0.v20170129-0911"/>
1313
</location>

0 commit comments

Comments
 (0)