Bug 428468 - [1.8][compiler] Finishing touches for Java 8 release -
update POM files

Change-Id: Ia28508808e259a62a2f8030a8066a15a03b5ad16
diff --git a/org.eclipse.jdt.debug.tests/pom.xml b/org.eclipse.jdt.debug.tests/pom.xml
index ff84d26..42aeba1 100644
--- a/org.eclipse.jdt.debug.tests/pom.xml
+++ b/org.eclipse.jdt.debug.tests/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2014 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -10,14 +10,14 @@
      Igor Fedorenko - initial implementation
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.jdt.debug</artifactId>
-    <groupId>eclipse.jdt.debug</groupId>
-    <version>4.3.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.jdt</groupId>
-  <artifactId>org.eclipse.jdt.debug.tests</artifactId>
-  <version>3.8.101-SNAPSHOT</version>
-  <packaging>eclipse-test-plugin</packaging>
-</project>
+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <artifactId>eclipse.jdt.debug</artifactId>

+    <groupId>eclipse.jdt.debug</groupId>

+    <version>4.3.0-SNAPSHOT</version>

+  </parent>

+  <groupId>org.eclipse.jdt</groupId>

+  <artifactId>org.eclipse.jdt.debug.tests</artifactId>

+  <version>3.8.150-SNAPSHOT</version>

+  <packaging>eclipse-test-plugin</packaging>

+</project>
\ No newline at end of file
diff --git a/org.eclipse.jdt.debug.ui/pom.xml b/org.eclipse.jdt.debug.ui/pom.xml
index 2e55b55..d688c8a 100644
--- a/org.eclipse.jdt.debug.ui/pom.xml
+++ b/org.eclipse.jdt.debug.ui/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2014 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -10,14 +10,14 @@
      Igor Fedorenko - initial implementation
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.jdt.debug</artifactId>
-    <groupId>eclipse.jdt.debug</groupId>
-    <version>4.3.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.jdt</groupId>
-  <artifactId>org.eclipse.jdt.debug.ui</artifactId>
-  <version>3.6.200-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-</project>
+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <artifactId>eclipse.jdt.debug</artifactId>

+    <groupId>eclipse.jdt.debug</groupId>

+    <version>4.3.0-SNAPSHOT</version>

+  </parent>

+  <groupId>org.eclipse.jdt</groupId>

+  <artifactId>org.eclipse.jdt.debug.ui</artifactId>

+  <version>3.6.250-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>
\ No newline at end of file
diff --git a/org.eclipse.jdt.debug/pom.xml b/org.eclipse.jdt.debug/pom.xml
index 99d68da..1da98f4 100644
--- a/org.eclipse.jdt.debug/pom.xml
+++ b/org.eclipse.jdt.debug/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2014 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -10,14 +10,14 @@
      Igor Fedorenko - initial implementation
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.jdt.debug</artifactId>
-    <groupId>eclipse.jdt.debug</groupId>
-    <version>4.3.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.jdt</groupId>
-  <artifactId>org.eclipse.jdt.debug</artifactId>
-  <version>3.8.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-</project>
+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <artifactId>eclipse.jdt.debug</artifactId>

+    <groupId>eclipse.jdt.debug</groupId>

+    <version>4.3.0-SNAPSHOT</version>

+  </parent>

+  <groupId>org.eclipse.jdt</groupId>

+  <artifactId>org.eclipse.jdt.debug</artifactId>

+  <version>3.8.50-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+</project>
\ No newline at end of file
diff --git a/org.eclipse.jdt.launching.macosx/pom.xml b/org.eclipse.jdt.launching.macosx/pom.xml
index de623e9..a624b1d 100644
--- a/org.eclipse.jdt.launching.macosx/pom.xml
+++ b/org.eclipse.jdt.launching.macosx/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2014 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -10,35 +10,35 @@
      Igor Fedorenko - initial implementation
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.jdt.debug</artifactId>
-    <groupId>eclipse.jdt.debug</groupId>
-    <version>4.3.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.jdt</groupId>
-  <artifactId>org.eclipse.jdt.launching.macosx</artifactId>
-  <version>3.2.200-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>target-platform-configuration</artifactId>
-        <version>${tycho.version}</version>
-        <configuration>
-          <resolver>p2</resolver>
-          <environments>
-            <environment>
-              <os>macosx</os>
-              <ws>cocoa</ws>
-              <arch>x86</arch>
-            </environment>
-          </environments>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <artifactId>eclipse.jdt.debug</artifactId>

+    <groupId>eclipse.jdt.debug</groupId>

+    <version>4.3.0-SNAPSHOT</version>

+  </parent>

+  <groupId>org.eclipse.jdt</groupId>

+  <artifactId>org.eclipse.jdt.launching.macosx</artifactId>

+  <version>3.2.250-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>target-platform-configuration</artifactId>

+        <version>${tycho.version}</version>

+        <configuration>

+          <resolver>p2</resolver>

+          <environments>

+            <environment>

+              <os>macosx</os>

+              <ws>cocoa</ws>

+              <arch>x86</arch>

+            </environment>

+          </environments>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+</project>
\ No newline at end of file
diff --git a/org.eclipse.jdt.launching.ui.macosx/pom.xml b/org.eclipse.jdt.launching.ui.macosx/pom.xml
index d649518..942fcbf 100644
--- a/org.eclipse.jdt.launching.ui.macosx/pom.xml
+++ b/org.eclipse.jdt.launching.ui.macosx/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
-  Copyright (c) 2012, 2013 Eclipse Foundation and others.
+  Copyright (c) 2012, 2014 Eclipse Foundation and others.
   All rights reserved. This program and the accompanying materials
   are made available under the terms of the Eclipse Distribution License v1.0
   which accompanies this distribution, and is available at
@@ -10,35 +10,35 @@
      Igor Fedorenko - initial implementation
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.jdt.debug</artifactId>
-    <groupId>eclipse.jdt.debug</groupId>
-    <version>4.3.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.jdt</groupId>
-  <artifactId>org.eclipse.jdt.launching.ui.macosx</artifactId>
-  <version>1.0.200-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.eclipse.tycho</groupId>
-        <artifactId>target-platform-configuration</artifactId>
-        <version>${tycho.version}</version>
-        <configuration>
-          <resolver>p2</resolver>
-          <environments>
-            <environment>
-              <os>macosx</os>
-              <ws>cocoa</ws>
-              <arch>x86</arch>
-            </environment>
-          </environments>
-        </configuration>
-      </plugin>
-    </plugins>
-  </build>
-
-</project>
+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <artifactId>eclipse.jdt.debug</artifactId>

+    <groupId>eclipse.jdt.debug</groupId>

+    <version>4.3.0-SNAPSHOT</version>

+  </parent>

+  <groupId>org.eclipse.jdt</groupId>

+  <artifactId>org.eclipse.jdt.launching.ui.macosx</artifactId>

+  <version>1.0.250-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+

+  <build>

+    <plugins>

+      <plugin>

+        <groupId>org.eclipse.tycho</groupId>

+        <artifactId>target-platform-configuration</artifactId>

+        <version>${tycho.version}</version>

+        <configuration>

+          <resolver>p2</resolver>

+          <environments>

+            <environment>

+              <os>macosx</os>

+              <ws>cocoa</ws>

+              <arch>x86</arch>

+            </environment>

+          </environments>

+        </configuration>

+      </plugin>

+    </plugins>

+  </build>

+

+</project>
\ No newline at end of file
diff --git a/org.eclipse.jdt.launching/pom.xml b/org.eclipse.jdt.launching/pom.xml
index 69e0674..2edc462 100644
--- a/org.eclipse.jdt.launching/pom.xml
+++ b/org.eclipse.jdt.launching/pom.xml
@@ -10,60 +10,60 @@
      Igor Fedorenko - initial implementation
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
-  <modelVersion>4.0.0</modelVersion>
-  <parent>
-    <artifactId>eclipse.jdt.debug</artifactId>
-    <groupId>eclipse.jdt.debug</groupId>
-    <version>4.3.0-SNAPSHOT</version>
-  </parent>
-  <groupId>org.eclipse.jdt</groupId>
-  <artifactId>org.eclipse.jdt.launching</artifactId>
-  <version>3.7.0-SNAPSHOT</version>
-  <packaging>eclipse-plugin</packaging>
-  
-  <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-antrun-plugin</artifactId>
-            <version> 1.7 </version>
-            <executions>
-              <execution>
-                <id>compile-internal-jar</id>
-                <phase>compile</phase>
-                <configuration>
-                  <target>
-                    <property name="build.compiler" value="extJavac"/>
-                    <ant antfile="customBuildCallbacks.xml" dir="." target="pre.@dot"/>
-                  </target>
-                </configuration>
-                <goals>
-                  <goal>run</goal>
-                </goals>
-              </execution>
-            </executions>
-            <dependencies>
-              <dependency>
-                <groupId>bsf</groupId>
-                <artifactId>bsf</artifactId>
-                <version>2.4.0</version>
-              </dependency>
-              <dependency>
-                <groupId>rhino</groupId>
-                <artifactId>js</artifactId>
-                <version>1.7R2</version>
-              </dependency>
-              <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-apache-bsf</artifactId>
-                <version>1.8.3</version>
-              </dependency>
-              <dependency>
-                <groupId>org.apache.ant</groupId>
-                <artifactId>ant-nodeps</artifactId>
-                <version>1.8.1</version>
-              </dependency>
-            </dependencies>
-          </plugin>
-        </plugins>
-      </build>
-</project>
+  <modelVersion>4.0.0</modelVersion>

+  <parent>

+    <artifactId>eclipse.jdt.debug</artifactId>

+    <groupId>eclipse.jdt.debug</groupId>

+    <version>4.3.0-SNAPSHOT</version>

+  </parent>

+  <groupId>org.eclipse.jdt</groupId>

+  <artifactId>org.eclipse.jdt.launching</artifactId>

+  <version>3.7.50-SNAPSHOT</version>

+  <packaging>eclipse-plugin</packaging>

+  

+  <build>

+        <plugins>

+          <plugin>

+            <artifactId>maven-antrun-plugin</artifactId>

+            <version> 1.7 </version>

+            <executions>

+              <execution>

+                <id>compile-internal-jar</id>

+                <phase>compile</phase>

+                <configuration>

+                  <target>

+                    <property name="build.compiler" value="extJavac"/>

+                    <ant antfile="customBuildCallbacks.xml" dir="." target="pre.@dot"/>

+                  </target>

+                </configuration>

+                <goals>

+                  <goal>run</goal>

+                </goals>

+              </execution>

+            </executions>

+            <dependencies>

+              <dependency>

+                <groupId>bsf</groupId>

+                <artifactId>bsf</artifactId>

+                <version>2.4.0</version>

+              </dependency>

+              <dependency>

+                <groupId>rhino</groupId>

+                <artifactId>js</artifactId>

+                <version>1.7R2</version>

+              </dependency>

+              <dependency>

+                <groupId>org.apache.ant</groupId>

+                <artifactId>ant-apache-bsf</artifactId>

+                <version>1.8.3</version>

+              </dependency>

+              <dependency>

+                <groupId>org.apache.ant</groupId>

+                <artifactId>ant-nodeps</artifactId>

+                <version>1.8.1</version>

+              </dependency>

+            </dependencies>

+          </plugin>

+        </plugins>

+      </build>

+</project>
\ No newline at end of file