Bug 569318 - POM and product version change for 4.19 release

Change-Id: I2c15ef4782388c62b91a912765227297f1882c18
Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
diff --git a/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
index 77f4293..a0fba40 100644
--- a/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.aarch64/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml b/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
index 87f99db..458c4af 100644
--- a/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.ppc64le/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml b/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
index a35df00..1b20966 100644
--- a/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.linux.x86_64/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.macosx/pom.xml b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
index ce2f223..e2a4630 100644
--- a/bundles/org.eclipse.core.filesystem.macosx/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.macosx/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml b/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
index 40ad233..101ef7e 100644
--- a/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.filesystem.win32.x86_64/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml b/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
index b6425b0..a19acae 100644
--- a/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
+++ b/bundles/org.eclipse.core.resources.win32.x86_64/pom.xml
@@ -11,7 +11,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.tools.resources/pom.xml b/bundles/org.eclipse.core.tools.resources/pom.xml
index 547074e..53566c6 100644
--- a/bundles/org.eclipse.core.tools.resources/pom.xml
+++ b/bundles/org.eclipse.core.tools.resources/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
     <relativePath>../../</relativePath>
   </parent>
   <groupId>org.eclipse.core</groupId>
diff --git a/pom.xml b/pom.xml
index dba8c92..a6e8952 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>
 
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
index a38af98..5fddad4 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
   </parent>
 
   <properties>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
index 63dcc49..a95c90f 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant1/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources.saveparticipant1</artifactId>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
index 2885ec9..ac5e83d 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant2/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources.saveparticipant2</artifactId>
diff --git a/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml b/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
index d94f1ac..b9e4dba 100644
--- a/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
+++ b/tests/org.eclipse.core.tests.resources.saveparticipant3/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources.saveparticipant3</artifactId>
diff --git a/tests/org.eclipse.core.tests.resources/pom.xml b/tests/org.eclipse.core.tests.resources/pom.xml
index f317f9a..3653152 100644
--- a/tests/org.eclipse.core.tests.resources/pom.xml
+++ b/tests/org.eclipse.core.tests.resources/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <artifactId>eclipse.platform.resources.tests</artifactId>
     <groupId>eclipse.platform.resources</groupId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
   </parent>
   <groupId>org.eclipse.core</groupId>
   <artifactId>org.eclipse.core.tests.resources</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 7cfceb5..9966922 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -14,7 +14,7 @@
   <parent>
     <groupId>eclipse.platform.resources</groupId>
     <artifactId>eclipse.platform.resources</artifactId>
-    <version>4.18.0-SNAPSHOT</version>
+    <version>4.19.0-SNAPSHOT</version>
   </parent>
   <artifactId>eclipse.platform.resources.tests</artifactId>
   <packaging>pom</packaging>