Bug 541741: [Releng] Update build to Tycho 1.3.0
Change-Id: Ib262c3bc30683e81d110f4492223bf13b72184b1
diff --git a/3rdparty/bundle-recipes-pom.xml b/3rdparty/bundle-recipes-pom.xml
index e56bb38..6e02dba 100644
--- a/3rdparty/bundle-recipes-pom.xml
+++ b/3rdparty/bundle-recipes-pom.xml
@@ -18,7 +18,7 @@
<packaging>pom</packaging>
<properties>
- <ebr.version>1.0.0-SNAPSHOT</ebr.version>
+ <ebr.version>1.0.0</ebr.version>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/statet/org.eclipse.statet.git</tycho.scmUrl>
@@ -53,9 +53,6 @@
<pluginRepository>
<id>ebr-releases</id>
<url>https://repo.eclipse.org/content/repositories/ebr-releases/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
</pluginRepository>
</pluginRepositories>
diff --git a/releng/pom.xml b/releng/pom.xml
index c8a9e73..fe7d1fe 100644
--- a/releng/pom.xml
+++ b/releng/pom.xml
@@ -34,7 +34,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <tycho.version>1.2.0</tycho.version>
+ <tycho.version>1.3.0</tycho.version>
<tycho-extras.version>${tycho.version}</tycho-extras.version>
<cbi-plugins.version>1.1.5</cbi-plugins.version>
<surefire.version>2.22.1</surefire.version>
@@ -59,9 +59,6 @@
<pluginRepository>
<id>cbi-releases</id>
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
- <snapshots>
- <enabled>false</enabled>
- </snapshots>
</pluginRepository>
</pluginRepositories>