Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-05-02 20:49:20 +0000
committerMickael Istria2018-05-02 20:49:20 +0000
commitfc65ad3c66922cd42e6044047bd446e21b3f4e01 (patch)
treea5f93ad26b7f08c571015e074498a2a69c03e3ff
parent3fbc5c5b38cdfd978dccc787c58b9d39e53d8885 (diff)
downloadorg.eclipse.epp.packages-fc65ad3c66922cd42e6044047bd446e21b3f4e01.tar.gz
org.eclipse.epp.packages-fc65ad3c66922cd42e6044047bd446e21b3f4e01.tar.xz
org.eclipse.epp.packages-fc65ad3c66922cd42e6044047bd446e21b3f4e01.zip
Use CBI plugins release 1.1.5
Change-Id: I545e94646a451e483cb99b3fdde3f7f1d05d7c27 Signed-off-by: Mickael Istria <mistria@redhat.com>
-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 dac34045..e097f4b8 100644
--- a/releng/org.eclipse.epp.config/parent/pom.xml
+++ b/releng/org.eclipse.epp.config/parent/pom.xml
@@ -28,7 +28,7 @@
<tycho.version>1.1.0</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.5-SNAPSHOT</cbi.version>
+ <cbi.version>1.1.5</cbi.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<build>${maven.build.timestamp}</build>

Back to the top