Skip to content

Commit

Permalink
Fixes CI download urls in VIATRA tooling setup config #150
Browse files Browse the repository at this point in the history
  • Loading branch information
ujhelyiz committed Apr 8, 2024
1 parent 3f945ef commit 3fc7e23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releng/org.eclipse.viatra.setup/VIATRAEMF.setup
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@
<requirement
name="org.eclipse.viatra.query.sdk.feature.source.feature.group"/>
<repository
url="${viatra.ci.build.job.name}/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository"/>
url=" https://ci.eclipse.org/viatra/job/VIATRA/job/${viatra.git.branch}/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository"/>
<repository
url="http://download.eclipse.org/collections/10.2.0/repository"/>
</setupTask>
Expand All @@ -846,7 +846,7 @@
name="org.eclipse.viatra.query.sdk.feature.source.feature.group"/>
<repositoryList>
<repository
url="${viatra.ci.build.job.name}/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository"/>
url=" https://ci.eclipse.org/viatra/job/VIATRA/job/${viatra.git.branch}/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository"/>
</repositoryList>
</targlet>
</setupTask>
Expand Down

0 comments on commit 3fc7e23

Please sign in to comment.