Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2017-06-22 08:44:31 +0000
committerAlexander Kurtakov2017-06-22 08:44:31 +0000
commit98821d4fe59e9e2c401099fa1d52f26ed7a501be (patch)
treec0ff11ee34a5aa10b9b0964c9788d515e52c894c /org.eclipse.search.tests/pom.xml
parentb1def5192f42f36a19ecef144ac13dcaea740caf (diff)
downloadeclipse.platform.text-98821d4fe59e9e2c401099fa1d52f26ed7a501be.tar.gz
eclipse.platform.text-98821d4fe59e9e2c401099fa1d52f26ed7a501be.tar.xz
eclipse.platform.text-98821d4fe59e9e2c401099fa1d52f26ed7a501be.zip
Bug 517929 - Update POMs in the master for 4.8 release
Point to 4.8 parent pom. Change-Id: Icedc59a139f5fce4e9fef73bb0c396109601abcd Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'org.eclipse.search.tests/pom.xml')
-rw-r--r--org.eclipse.search.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.search.tests/pom.xml b/org.eclipse.search.tests/pom.xml
index c65e6bc2217..8bbaf07d6c5 100644
--- a/org.eclipse.search.tests/pom.xml
+++ b/org.eclipse.search.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>tests-pom</artifactId>
<groupId>eclipse.platform.text</groupId>
- <version>4.7.0-SNAPSHOT</version>
+ <version>4.8.0-SNAPSHOT</version>
<relativePath>../tests-pom/</relativePath>
</parent>
<groupId>org.eclipse.search</groupId>

Back to the top