Skip to content

Commit

Permalink
Changing lyo.bundles.repo to be local repo again.
Browse files Browse the repository at this point in the history
Also, updating an obsolete tycho plugin.
  • Loading branch information
Jad-el-khoury committed Apr 8, 2024
1 parent dd0010d commit 47a6d83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<extensions>
<extension>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId>
<version>1.4.0</version>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-build</artifactId>
<version>4.0.7</version>
</extension>
</extensions>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<tycho.version>4.0.6</tycho.version>
<eclipse.cbi>1.3.2</eclipse.cbi>
<p2.repo>http://download.eclipse.org/releases/2022-03</p2.repo>
<lyo.bundles.repo>https://download.eclipse.org/lyo/bundle/p2/edge/</lyo.bundles.repo>
<lyo.bundles.repo>file:${project.basedir}/../org.eclipse.lyo.oslc4j.plugins/target/repository</lyo.bundles.repo>
</properties>
<repositories>
<repository>
Expand Down

0 comments on commit 47a6d83

Please sign in to comment.