Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 08:04:36 +0000
committerAlexander Kurtakov2017-06-22 08:29:17 +0000
commit605d45566972a8bef0d8aaa7c00a627e8724689c (patch)
tree410f4491386c1bf8b7a979154ab5c8543b6b127e /bundles/org.eclipse.osgi.tests
parent6064eac40ca2e51c69eea69fc3815fcde4253128 (diff)
downloadrt.equinox.framework-605d45566972a8bef0d8aaa7c00a627e8724689c.tar.gz
rt.equinox.framework-605d45566972a8bef0d8aaa7c00a627e8724689c.tar.xz
rt.equinox.framework-605d45566972a8bef0d8aaa7c00a627e8724689c.zip
Bug 517929 - Update POMs in the master for 4.8 release I20170622-0950
Point to 4.8 parent pom. Change-Id: I1620cbf3b7a5520257c374f1c57f16311e0a4b63 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'bundles/org.eclipse.osgi.tests')
-rw-r--r--bundles/org.eclipse.osgi.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.osgi.tests/pom.xml b/bundles/org.eclipse.osgi.tests/pom.xml
index 8fe6d1eff..3205e5eba 100644
--- a/bundles/org.eclipse.osgi.tests/pom.xml
+++ b/bundles/org.eclipse.osgi.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>rt.equinox.framework</artifactId>
<groupId>org.eclipse.equinox.framework</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.osgi</groupId>

Back to the top