Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-06-19 14:19:28 +0000
committerPaul Webster2014-06-19 21:03:11 +0000
commit24a00a40a514794527d7c95bb7cf73602b2d4bc3 (patch)
treef4ea2876a2632fdbae77c77949e5e914c26b4304
parent1b198f4859be77a56f76c9e02f1bb7b5aa17a65a (diff)
downloadeclipse.platform.runtime-24a00a40a514794527d7c95bb7cf73602b2d4bc3.tar.gz
eclipse.platform.runtime-24a00a40a514794527d7c95bb7cf73602b2d4bc3.tar.xz
eclipse.platform.runtime-24a00a40a514794527d7c95bb7cf73602b2d4bc3.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance buildsI20140708-0800I20140701-0800
Update parent versions from 4.4.0 to 4.5.0 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
-rw-r--r--bundles/org.eclipse.core.contenttype/pom.xml2
-rw-r--r--bundles/org.eclipse.core.expressions/pom.xml2
-rw-r--r--bundles/org.eclipse.core.jobs/pom.xml2
-rw-r--r--bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml2
-rw-r--r--bundles/org.eclipse.core.runtime.compatibility/pom.xml2
-rw-r--r--bundles/org.eclipse.core.runtime/pom.xml2
-rw-r--r--bundles/org.eclipse.core.tools/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.core.contexts/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.core.di.extensions/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.core.di/pom.xml2
-rw-r--r--bundles/org.eclipse.e4.core.services/pom.xml2
-rw-r--r--features/org.eclipse.core.runtime.feature/pom.xml2
-rw-r--r--features/org.eclipse.core.tools-feature/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--tests/com.google.code.atinject.tck/pom.xml2
-rw-r--r--tests/org.eclipse.core.expressions.tests/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.harness/pom.xml2
-rw-r--r--tests/org.eclipse.core.tests.runtime/pom.xml2
-rw-r--r--tests/org.eclipse.e4.core.tests/pom.xml2
-rw-r--r--tests/pom.xml4
20 files changed, 22 insertions, 22 deletions
diff --git a/bundles/org.eclipse.core.contenttype/pom.xml b/bundles/org.eclipse.core.contenttype/pom.xml
index b335f6407..4e354c831 100644
--- a/bundles/org.eclipse.core.contenttype/pom.xml
+++ b/bundles/org.eclipse.core.contenttype/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.expressions/pom.xml b/bundles/org.eclipse.core.expressions/pom.xml
index ddc5a1a9e..ec8525a27 100644
--- a/bundles/org.eclipse.core.expressions/pom.xml
+++ b/bundles/org.eclipse.core.expressions/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.jobs/pom.xml b/bundles/org.eclipse.core.jobs/pom.xml
index 1465ef8af..804c7348b 100644
--- a/bundles/org.eclipse.core.jobs/pom.xml
+++ b/bundles/org.eclipse.core.jobs/pom.xml
@@ -15,7 +15,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml
index 5f42d02f6..7245f299d 100644
--- a/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml
+++ b/bundles/org.eclipse.core.runtime.compatibility.registry/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.runtime.compatibility/pom.xml b/bundles/org.eclipse.core.runtime.compatibility/pom.xml
index 2348a3d92..8ccbad4fd 100644
--- a/bundles/org.eclipse.core.runtime.compatibility/pom.xml
+++ b/bundles/org.eclipse.core.runtime.compatibility/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.runtime/pom.xml b/bundles/org.eclipse.core.runtime/pom.xml
index 9a5837127..802d59864 100644
--- a/bundles/org.eclipse.core.runtime/pom.xml
+++ b/bundles/org.eclipse.core.runtime/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.core.tools/pom.xml b/bundles/org.eclipse.core.tools/pom.xml
index 7e3810fdb..b05866887 100644
--- a/bundles/org.eclipse.core.tools/pom.xml
+++ b/bundles/org.eclipse.core.tools/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core</groupId>
diff --git a/bundles/org.eclipse.e4.core.contexts/pom.xml b/bundles/org.eclipse.e4.core.contexts/pom.xml
index 6b94bb1be..34bb0df91 100644
--- a/bundles/org.eclipse.e4.core.contexts/pom.xml
+++ b/bundles/org.eclipse.e4.core.contexts/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>
diff --git a/bundles/org.eclipse.e4.core.di.extensions/pom.xml b/bundles/org.eclipse.e4.core.di.extensions/pom.xml
index 31362dd92..0892c9657 100644
--- a/bundles/org.eclipse.e4.core.di.extensions/pom.xml
+++ b/bundles/org.eclipse.e4.core.di.extensions/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>
diff --git a/bundles/org.eclipse.e4.core.di/pom.xml b/bundles/org.eclipse.e4.core.di/pom.xml
index 613fa177c..97037cb18 100644
--- a/bundles/org.eclipse.e4.core.di/pom.xml
+++ b/bundles/org.eclipse.e4.core.di/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>
diff --git a/bundles/org.eclipse.e4.core.services/pom.xml b/bundles/org.eclipse.e4.core.services/pom.xml
index f3475429b..e53bc9274 100644
--- a/bundles/org.eclipse.e4.core.services/pom.xml
+++ b/bundles/org.eclipse.e4.core.services/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.e4</groupId>
diff --git a/features/org.eclipse.core.runtime.feature/pom.xml b/features/org.eclipse.core.runtime.feature/pom.xml
index 9b6468748..713ad3644 100644
--- a/features/org.eclipse.core.runtime.feature/pom.xml
+++ b/features/org.eclipse.core.runtime.feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core.feature</groupId>
diff --git a/features/org.eclipse.core.tools-feature/pom.xml b/features/org.eclipse.core.tools-feature/pom.xml
index dfabe6736..e8504c67e 100644
--- a/features/org.eclipse.core.tools-feature/pom.xml
+++ b/features/org.eclipse.core.tools-feature/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.core.feature</groupId>
diff --git a/pom.xml b/pom.xml
index 65d56bf93..213ba5cf1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,13 +15,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>eclipse-platform-parent</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../eclipse-platform-parent</relativePath>
</parent>
<groupId>org.eclipse.platform.runtime</groupId>
<artifactId>eclipse.platform.runtime</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
diff --git a/tests/com.google.code.atinject.tck/pom.xml b/tests/com.google.code.atinject.tck/pom.xml
index 7b34254d6..27026ff77 100644
--- a/tests/com.google.code.atinject.tck/pom.xml
+++ b/tests/com.google.code.atinject.tck/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime.tests</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<groupId>com.google.code</groupId>
<artifactId>com.google.code.atinject.tck</artifactId>
diff --git a/tests/org.eclipse.core.expressions.tests/pom.xml b/tests/org.eclipse.core.expressions.tests/pom.xml
index 4eac4b5b4..6eda0a222 100644
--- a/tests/org.eclipse.core.expressions.tests/pom.xml
+++ b/tests/org.eclipse.core.expressions.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime.tests</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.expressions.tests</artifactId>
diff --git a/tests/org.eclipse.core.tests.harness/pom.xml b/tests/org.eclipse.core.tests.harness/pom.xml
index a0b832f59..018af3f58 100644
--- a/tests/org.eclipse.core.tests.harness/pom.xml
+++ b/tests/org.eclipse.core.tests.harness/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime.tests</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.harness</artifactId>
diff --git a/tests/org.eclipse.core.tests.runtime/pom.xml b/tests/org.eclipse.core.tests.runtime/pom.xml
index dba5c3d63..040d11a4d 100644
--- a/tests/org.eclipse.core.tests.runtime/pom.xml
+++ b/tests/org.eclipse.core.tests.runtime/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime.tests</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.core</groupId>
<artifactId>org.eclipse.core.tests.runtime</artifactId>
diff --git a/tests/org.eclipse.e4.core.tests/pom.xml b/tests/org.eclipse.e4.core.tests/pom.xml
index ef11f01ae..0d688415e 100644
--- a/tests/org.eclipse.e4.core.tests/pom.xml
+++ b/tests/org.eclipse.e4.core.tests/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.runtime.tests</artifactId>
<groupId>org.eclipse.platform.runtime</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.e4</groupId>
<artifactId>org.eclipse.e4.core.tests</artifactId>
diff --git a/tests/pom.xml b/tests/pom.xml
index 2c4373912..533ab2344 100644
--- a/tests/pom.xml
+++ b/tests/pom.xml
@@ -14,10 +14,10 @@
<parent>
<groupId>org.eclipse.platform.runtime</groupId>
<artifactId>eclipse.platform.runtime</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<artifactId>eclipse.platform.runtime.tests</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<code.ignoredWarnings>${tests.ignoredWarnings}</code.ignoredWarnings>

Back to the top