Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-05-25 01:06:02 +0000
committerThanh Ha2013-05-25 01:06:02 +0000
commitee171eb05c70d1255dfe68234b1dd5cf87253d43 (patch)
tree304a7b03713853162806c36cacd9d4acd78dc30e /eclipse-platform-parent/pom.xml
parent4e86eed51d435f695e3659a66d3799b3ce54ce63 (diff)
downloadeclipse.platform.releng.aggregator-ee171eb05c70d1255dfe68234b1dd5cf87253d43.tar.gz
eclipse.platform.releng.aggregator-ee171eb05c70d1255dfe68234b1dd5cf87253d43.tar.xz
eclipse.platform.releng.aggregator-ee171eb05c70d1255dfe68234b1dd5cf87253d43.zip
Bug 408992 - Use eclipse-cbi-plugin 1.0.3 released version
- Also updated all cbi-plugin declarations to use a variable cbi-plugins.version to set the version just like we do with Tycho
Diffstat (limited to 'eclipse-platform-parent/pom.xml')
-rw-r--r--eclipse-platform-parent/pom.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 5fff1d422..84089c3c8 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -24,6 +24,7 @@
<comparator.repo>http://download.eclipse.org/eclipse/updates/4.3-I-builds</comparator.repo>
<tycho.version>0.18.0</tycho.version>
<tycho-extras.version>0.18.0</tycho-extras.version>
+ <cbi-plugins.version>1.0.3</cbi-plugins.version>
<orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20130517111416/repository/</orbit-repo.url>
<jetty-repo.url>http://download.eclipse.org/jetty/updates/jetty-bundles-8.x/8.1.10.v20130312/</jetty-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/int6/site.p2/</ecf-repo.url>
@@ -39,7 +40,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<cbi-jdt-repo.url>https://repo.eclipse.org/content/repositories/eclipse-staging/</cbi-jdt-repo.url>
<cbi-jdt-version>3.9.0.v20130515-1045</cbi-jdt-version>
- <cbi-snapshots-repo.url>https://repo.eclipse.org/content/repositories/cbi-snapshots/</cbi-snapshots-repo.url>
<eclipse-repo.url>https://repo.eclipse.org/content/repositories/releases/</eclipse-repo.url>
<eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.3-I-builds</eclipse-p2-repo.url>
</properties>
@@ -128,16 +128,6 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <pluginRepository>
- <id>cbi-snapshots</id>
- <url>${cbi-snapshots-repo.url}</url>
- <releases>
- <enabled>false</enabled>
- </releases>
- <snapshots>
- <enabled>true</enabled>
- </snapshots>
- </pluginRepository>
</pluginRepositories>
<build>
<plugins>
@@ -150,7 +140,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-cbi-plugin</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>${cbi-plugins.version}</version>
<executions>
<execution>
<goals>
@@ -442,7 +432,7 @@
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.2</version>
+ <version>${cbi-plugins.version}</version>
<executions>
<execution>
<id>sign</id>

Back to the top