Skip to content

Commit

Permalink
Fix wrong tycho.scmUrls
Browse files Browse the repository at this point in the history
They have been wrong since the merge of repos and lead to wrong scm urls
in bundles.
  • Loading branch information
akurtakov committed Oct 19, 2023
1 parent 0ebfc05 commit 251442e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions eclipse.platform.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@
<artifactId>eclipse.platform.common</artifactId>
<packaging>pom</packaging>

<properties>
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.common.git</tycho.scmUrl>
</properties>

<!--
To build individual bundles, we specify a repository where to find parent pom,
in case it is not in local maven cache already
Expand Down
4 changes: 0 additions & 4 deletions eclipse.platform.releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<artifactId>eclipse.platform.releng</artifactId>
<packaging>pom</packaging>

<properties>
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.releng.git</tycho.scmUrl>
</properties>

<profiles>
<profile>
<id>build-individual-bundles</id>
Expand Down
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
<artifactId>platform-aggregator</artifactId>
<version>4.30.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.releng.aggregator.git</tycho.scmUrl>
</properties>
<pluginRepositories>
<pluginRepository>
<id>tycho-snapshots</id>
Expand Down

0 comments on commit 251442e

Please sign in to comment.