Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 10:30:45 +0000
committerNiraj Modi2018-12-07 10:30:45 +0000
commit20db37770b85b984a238e13078e1f8ab1b312a03 (patch)
tree40809425a2a7e00afa73d04a7d8f5a46d161d739 /tests/org.eclipse.compare.tests/pom.xml
parent0a4c3412f107e4f8ea9d5bd85d62a91fe98fb029 (diff)
downloadeclipse.platform.team-20db37770b85b984a238e13078e1f8ab1b312a03.tar.gz
eclipse.platform.team-20db37770b85b984a238e13078e1f8ab1b312a03.tar.xz
eclipse.platform.team-20db37770b85b984a238e13078e1f8ab1b312a03.zip
Bug 541822 - POM and product version change for 4.11 release
Change-Id: If50445800a280bb2ce4884e573c792a89e526f04 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'tests/org.eclipse.compare.tests/pom.xml')
-rw-r--r--tests/org.eclipse.compare.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/org.eclipse.compare.tests/pom.xml b/tests/org.eclipse.compare.tests/pom.xml
index c9fa5bde7..03d48d4c3 100644
--- a/tests/org.eclipse.compare.tests/pom.xml
+++ b/tests/org.eclipse.compare.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team.tests</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>

Back to the top