Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2018-12-07 11:43:22 +0000
committerNiraj Modi2018-12-07 11:43:22 +0000
commit5135ccc2e50e025993cfe6578c9d5f1774913cd8 (patch)
tree558ac21968af81a6c83472a4b12b329c1b9284c5
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>
-rw-r--r--org.eclipse.tips.examples/pom.xml2
-rw-r--r--org.eclipse.tips.tests/pom.xml2
2 files changed, 2 insertions, 2 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>
diff --git a/org.eclipse.tips.tests/pom.xml b/org.eclipse.tips.tests/pom.xml
index 51d069453..2b18a23bc 100644
--- a/org.eclipse.tips.tests/pom.xml
+++ b/org.eclipse.tips.tests/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>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.ui</groupId>

Back to the top