1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 10:46:02 +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:
Jonah Graham 2018-05-28 22:46:59 +01:00
parent 3bcef21c1d
commit c7881b5a98
4 changed files with 10 additions and 16 deletions

View file

@ -3,6 +3,6 @@
<extension> <extension>
<groupId>org.eclipse.tycho.extras</groupId> <groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pomless</artifactId> <artifactId>tycho-pomless</artifactId>
<version>1.0.0</version> <version>1.1.0</version>
</extension> </extension>
</extensions> </extensions>

View file

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.eclipse.tools.templates</groupId> <groupId>org.eclipse.tools.templates</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>bundle-parent</artifactId> <artifactId>bundle-parent</artifactId>

16
pom.xml
View file

@ -10,7 +10,7 @@
<groupId>org.eclipse.tools.templates</groupId> <groupId>org.eclipse.tools.templates</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
@ -32,14 +32,9 @@
</licenses> </licenses>
<repositories> <repositories>
<repository>
<id>eclipse</id>
<url>http://download.eclipse.org/releases/oxygen/</url>
<layout>p2</layout>
</repository>
<repository> <repository>
<id>platform</id> <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> <layout>p2</layout>
</repository> </repository>
<repository> <repository>
@ -49,12 +44,7 @@
</repository> </repository>
<repository> <repository>
<id>orbit</id> <id>orbit</id>
<url>http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/</url> <url>http://download.eclipse.org/tools/orbit/downloads/drops/S20180504181223/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>
<layout>p2</layout> <layout>p2</layout>
</repository> </repository>
</repositories> </repositories>

View file

@ -5,10 +5,14 @@
<parent> <parent>
<groupId>org.eclipse.tools.templates</groupId> <groupId>org.eclipse.tools.templates</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>repo</artifactId> <artifactId>repo</artifactId>
<packaging>eclipse-repository</packaging> <packaging>eclipse-repository</packaging>
<build>
<finalName>org.eclipse.tools.templates.repo</finalName>
</build>
</project> </project>