Skip to content

Commit

Permalink
update eclipse platform drop dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
eparovyshnaya committed Mar 20, 2021
1 parent cc48af8 commit 3f25d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/cbi/</eclipse-repo.url>
<cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>

<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210303-1800/</eclipserun-repo>
<eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/</eclipserun-repo>
<released.baseline>https://download.eclipse.org/passage/updates/release/1.1.2/</released.baseline>
<staging.baseline>https://download.eclipse.org/passage/drops/integration/latest/</staging.baseline>

Expand Down
2 changes: 1 addition & 1 deletion releng/org.eclipse.passage.releng/passage.setup
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
<repository
url="https://download.eclipse.org/cbi/updates/license/"/>
<repository
url="https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210303-1800/"/>
url="https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/"/>
<repository
url="https://download.eclipse.org/ecp/releases/releases_125/1250/"/>
<repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<unit id="org.eclipse.license.feature.group" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/eclipse/updates/4.19-I-builds/I20210303-1800/"/>
<repository location="https://download.eclipse.org/eclipse/updates/4.19/R-4.19-202103031800/"/>
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0"/>
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
Expand Down

0 comments on commit 3f25d92

Please sign in to comment.