Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 11:43:22 +0000
committerNiraj Modi2018-12-07 11:43:22 +0000
commit5135ccc2e50e025993cfe6578c9d5f1774913cd8 (patch)
tree558ac21968af81a6c83472a4b12b329c1b9284c5 /org.eclipse.tips.examples
parent7f10b5d1039a849b48c499684c58998b2f9cd701 (diff)
downloadeclipse.platform.ua-5135ccc2e50e025993cfe6578c9d5f1774913cd8.tar.gz
eclipse.platform.ua-5135ccc2e50e025993cfe6578c9d5f1774913cd8.tar.xz
eclipse.platform.ua-5135ccc2e50e025993cfe6578c9d5f1774913cd8.zip
Bug 541822 - POM and product version change for 4.11 release
Change-Id: Id0836966583f50f354d73f2f1b247e55d7d5e638 Signed-off-by: Niraj Modi <niraj.modi@in.ibm.com>
Diffstat (limited to 'org.eclipse.tips.examples')
-rw-r--r--org.eclipse.tips.examples/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.tips.examples/pom.xml b/org.eclipse.tips.examples/pom.xml
index ca06d8c4f..80659a3d5 100644
--- a/org.eclipse.tips.examples/pom.xml
+++ b/org.eclipse.tips.examples/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>eclipse.platform.ua</groupId>
<artifactId>eclipse.platform.ua</artifactId>
- <version>4.10.0-SNAPSHOT</version>
+ <version>4.11.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.ui</groupId>
<artifactId>org.eclipse.tips.examples</artifactId>

Back to the top