Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-12-01 18:29:20 +0000
committerSravan Kumar Lakkimsetti2020-12-01 18:29:20 +0000
commit944d36221694e085524525500d23a920d4a0aeea (patch)
tree6466190d31613b16952be0bffef4dae41d8d5bd3
parentb08e0326b313309fdcaaf3aeedb6007501dab353 (diff)
downloadeclipse.pde.build-944d36221694e085524525500d23a920d4a0aeea.tar.gz
eclipse.pde.build-944d36221694e085524525500d23a920d4a0aeea.tar.xz
eclipse.pde.build-944d36221694e085524525500d23a920d4a0aeea.zip
Change-Id: Ie295d6914602a9bdd1d24450a8d028a0433401c6 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.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.pde.build.tests/pom.xml b/org.eclipse.pde.build.tests/pom.xml
index 8bd97740..df5f3012 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.18.0-SNAPSHOT</version>
+ <version>4.19.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 b7b7056e..d5f57fab 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.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.pde</groupId>
<artifactId>org.eclipse.pde.build</artifactId>
diff --git a/pom.xml b/pom.xml
index 6dbc0f04..fe4e682e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.18.0-SNAPSHOT</version>
+ <version>4.19.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>

Back to the top