mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Releng changes.
* Use tycho 1.4.0 final * Use 2019-03 dependencies repos Change-Id: I75c91b0085da43a6c95cc673cd74b6290fa43b0d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
fe09ae9bae
commit
653bd51fa8
1 changed files with 4 additions and 4 deletions
8
pom.xml
8
pom.xml
|
@ -14,8 +14,8 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
<tycho-version>1.4.0-SNAPSHOT</tycho-version>
|
||||
<tycho-extras-version>1.4.0-SNAPSHOT</tycho-extras-version>
|
||||
<tycho-version>1.4.0</tycho-version>
|
||||
<tycho-extras-version>1.4.0</tycho-extras-version>
|
||||
<sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>
|
||||
<sonar.dynamicAnalysis>reuseReports</sonar.dynamicAnalysis>
|
||||
<sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
|
||||
|
@ -39,7 +39,7 @@
|
|||
<repositories>
|
||||
<repository>
|
||||
<id>platform</id>
|
||||
<url>http://download.eclipse.org/eclipse/updates/4.10/</url>
|
||||
<url>http://download.eclipse.org/eclipse/updates/4.11/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
|
@ -49,7 +49,7 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>cdt</id>
|
||||
<url>http://download.eclipse.org/tools/cdt/releases/9.6/</url>
|
||||
<url>http://download.eclipse.org/tools/cdt/releases/9.7</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
|
|
Loading…
Add table
Reference in a new issue