Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-04 06:19:23 +0000
committerSravan Kumar Lakkimsetti2018-09-04 06:19:23 +0000
commita3777b44564850d890987386e7d355e8187906df (patch)
tree07ce1849dc59593e815f6205712e81701da1c864
parent008da6eeabcbd6c71ba4079ca9745594b45393b2 (diff)
downloadeclipse.pde.build-a3777b44564850d890987386e7d355e8187906df.tar.gz
eclipse.pde.build-a3777b44564850d890987386e7d355e8187906df.tar.xz
eclipse.pde.build-a3777b44564850d890987386e7d355e8187906df.zip
Change-Id: I485781122a892686e4a608020b4dcee6ecc8ee94 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rw-r--r--org.eclipse.pde.build.tests/pom.xml2
-rw-r--r--org.eclipse.pde.build/pom.xml2
-rw-r--r--pom.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.pde.build.tests/pom.xml b/org.eclipse.pde.build.tests/pom.xml
index 62b6dd53..1a7fa744 100644
--- a/org.eclipse.pde.build.tests/pom.xml
+++ b/org.eclipse.pde.build.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.pde.build</artifactId>
<groupId>eclipse.pde.build</groupId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.build.tests</artifactId>
diff --git a/org.eclipse.pde.build/pom.xml b/org.eclipse.pde.build/pom.xml
index 60fa7b63..b1e822ba 100644
--- a/org.eclipse.pde.build/pom.xml
+++ b/org.eclipse.pde.build/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.pde.build</artifactId>
<groupId>eclipse.pde.build</groupId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.build</artifactId>
diff --git a/pom.xml b/pom.xml
index 70fe5019..444936f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>eclipse.pde.build</groupId>
<artifactId>eclipse.pde.build</artifactId>
- <version>4.9.0-SNAPSHOT</version>
+ <version>4.10.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top