Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-09-06 06:17:07 +0000
committerSravan Kumar Lakkimsetti2019-09-06 06:17:07 +0000
commit9ae91ef3dffdc2441d66a15b37d4a03d546f7205 (patch)
tree07a8907130ceb163353143935b1e18e9aadcbe15
parent4e0f1041fd2c06d4626828440691ba1a8a5d2087 (diff)
downloadeclipse.platform.releng.aggregator-9ae91ef3dffdc2441d66a15b37d4a03d546f7205.tar.gz
eclipse.platform.releng.aggregator-9ae91ef3dffdc2441d66a15b37d4a03d546f7205.tar.xz
eclipse.platform.releng.aggregator-9ae91ef3dffdc2441d66a15b37d4a03d546f7205.zip
Bug 550674 - Specify hardened runtime for Mac app signing
Change-Id: I0ead5363529dcc04a48a25ce73d2f1aea5852519 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--eclipse-platform-parent/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index 8f05a9b05..d43a5d179 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -82,7 +82,7 @@
<tycho.version>1.5.0-SNAPSHOT</tycho.version>
<tycho-extras.version>1.5.0-SNAPSHOT</tycho-extras.version>
- <cbi-plugins.version>1.1.7</cbi-plugins.version>
+ <cbi-plugins.version>1.1.8-SNAPSHOT</cbi-plugins.version>
<!--
The tycho-eclipserun-plugin will create its instance of Eclipse from this
@@ -221,13 +221,13 @@
<enabled>true</enabled>
</snapshots>
</pluginRepository>
- <!--pluginRepository>
+ <pluginRepository>
<id>cbi-snapshots</id>
<url>${cbi-snapshots-repo.url}</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
- </pluginRepository-->
+ </pluginRepository>
<pluginRepository>
<id>eclipse</id>
<url>${eclipse-repo.url}</url>

Back to the top