Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-05-29 01:59:54 +0000
committerDavid Williams2015-05-29 01:59:54 +0000
commit3a5e713b5db87e22b65f33e5008ac8a585db0b20 (patch)
treeb45b2270c791e14b6eb513004e4bcbc73b9a8171
parent7c54443002f8fe2be50b95a6de9633d474dc1a2f (diff)
downloadorg.eclipse.epp.packages-3a5e713b5db87e22b65f33e5008ac8a585db0b20.tar.gz
org.eclipse.epp.packages-3a5e713b5db87e22b65f33e5008ac8a585db0b20.tar.xz
org.eclipse.epp.packages-3a5e713b5db87e22b65f33e5008ac8a585db0b20.zip
Bug 468598 - Mars RC1 Mac packages are damaged
Experimenting with changing to 1.1.2 (instead of SNAPSHOT). Change-Id: I82488833f9ce188000decfb1edfd38ea9487c4c0
-rw-r--r--releng/org.eclipse.epp.config/parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.epp.config/parent/pom.xml b/releng/org.eclipse.epp.config/parent/pom.xml
index 5a3ef904..3ce21f76 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -27,7 +27,7 @@
<tycho.version>0.23.0-SNAPSHOT</tycho.version>
<tycho.extras.version>${tycho.version}</tycho.extras.version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/epp/org.eclipse.epp.packages.git</tycho.scmUrl>
- <cbi.version>1.1.2-SNAPSHOT</cbi.version>
+ <cbi.version>1.1.2</cbi.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.resources.version>2.6</maven.resources.version>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>

Back to the top