Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
chore: update tycho and parameterise ADT/eclipse repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
stockbal committed Mar 26, 2023
1 parent 6747a70 commit 03462a6
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
</profile>
</profiles>
<properties>
<tycho-version>2.7.0</tycho-version>
<tycho-version>2.7.5</tycho-version>
<eclipse-version>2023-03</eclipse-version>
</properties>
<build>
<pluginManagement>
Expand Down Expand Up @@ -90,15 +91,15 @@
</plugins>
</build>
<repositories>
<repository>
<id>eclipse-latest</id>
<url>http://download.eclipse.org/releases/latest</url>
<layout>p2</layout>
</repository>
<repository>
<id>adt-latest</id>
<url>https://tools.hana.ondemand.com/latest</url>
<layout>p2</layout>
</repository>
<repository>
<id>eclipse-latest</id>
<url>http://download.eclipse.org/releases/${eclipse-version}</url>
<layout>p2</layout>
</repository>
<repository>
<id>adt-latest</id>
<url>https://tools.hana.ondemand.com/${eclipse-version}</url>
<layout>p2</layout>
</repository>
</repositories>
</project>

0 comments on commit 03462a6

Please sign in to comment.