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 /tests-pom
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 'tests-pom')
-rw-r--r--tests-pom/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests-pom/pom.xml b/tests-pom/pom.xml
index 19e57159d..c0bae571e 100644
--- a/tests-pom/pom.xml
+++ b/tests-pom/pom.xml
@@ -14,10 +14,9 @@
<parent>
<groupId>org.eclipse.equinox.bundles</groupId>
<artifactId>rt.equinox.bundles</artifactId>
- <version>4.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
</parent>
<artifactId>tests-pom</artifactId>
- <version>4.8.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top