mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
Bug 535239: [releng] Update versions
- dependency of orbit version updated to Photon M7 (and remove direct build against orbit-recipes Jenkins) - build against Photon platform (instead of simrel) to reduce any circular dependency issues - fix tycho-pomless version - update tools.templates to be 1.1.0 - Set zip file name to be standard naming scheme CDT uses Change-Id: If075e623317c9ac87df2cf67024cf6c35298c3f4
This commit is contained in:
parent
3bcef21c1d
commit
c7881b5a98
4 changed files with 10 additions and 16 deletions
|
@ -3,6 +3,6 @@
|
|||
<extension>
|
||||
<groupId>org.eclipse.tycho.extras</groupId>
|
||||
<artifactId>tycho-pomless</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.1.0</version>
|
||||
</extension>
|
||||
</extensions>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tools.templates</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>bundle-parent</artifactId>
|
||||
|
|
16
pom.xml
16
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.eclipse.tools.templates</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<properties>
|
||||
|
@ -32,14 +32,9 @@
|
|||
</licenses>
|
||||
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>eclipse</id>
|
||||
<url>http://download.eclipse.org/releases/oxygen/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>platform</id>
|
||||
<url>http://download.eclipse.org/eclipse/updates/4.7/</url>
|
||||
<url>http://download.eclipse.org/eclipse/updates/4.8milestones/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
|
@ -49,12 +44,7 @@
|
|||
</repository>
|
||||
<repository>
|
||||
<id>orbit</id>
|
||||
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>orbit-recipes</id>
|
||||
<url>https://hudson.eclipse.org/orbit/job/orbit-recipes/lastSuccessfulBuild/artifact/releng/repository/target/repository/</url>
|
||||
<url>http://download.eclipse.org/tools/orbit/downloads/drops/S20180504181223/repository/</url>
|
||||
<layout>p2</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
|
|
@ -5,10 +5,14 @@
|
|||
<parent>
|
||||
<groupId>org.eclipse.tools.templates</groupId>
|
||||
<artifactId>parent</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<version>1.1.0-SNAPSHOT</version>
|
||||
<relativePath>../pom.xml</relativePath>
|
||||
</parent>
|
||||
|
||||
<artifactId>repo</artifactId>
|
||||
<packaging>eclipse-repository</packaging>
|
||||
|
||||
<build>
|
||||
<finalName>org.eclipse.tools.templates.repo</finalName>
|
||||
</build>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue