Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-30 09:12:29 +0000
committerAlexander Kurtakov2018-05-30 09:12:29 +0000
commitc2742eadc8d735e415eb90ab9e5947bc74afbd4b (patch)
tree6aaa2129e3f9a2acde74ed272e79545130fc6ffd /pom.xml
parenta81821be15dd8130d1976c11d7a30488c58c3514 (diff)
downloadrt.equinox.bundles-c2742eadc8d735e415eb90ab9e5947bc74afbd4b.tar.gz
rt.equinox.bundles-c2742eadc8d735e415eb90ab9e5947bc74afbd4b.tar.xz
rt.equinox.bundles-c2742eadc8d735e415eb90ab9e5947bc74afbd4b.zip
Change-Id: Ie72b76cd1aecd017c398c33f98c6aa66dcb543f2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bfd298beb..0dbbd8ae2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright (c) 2012 Eclipse Foundation.
+ Copyright (c) 2012, 2018 Eclipse Foundation.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Distribution License v1.0
which accompanies this distribution, and is available at
@@ -15,13 +15,12 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top