Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2014-06-19 14:19:28 +0000
committerPaul Webster2014-06-25 16:40:11 +0000
commit313727cc8df301125e22739a9625ce5dbbe2e96d (patch)
treeba539da256aabbd38d341f0d9599d5ff0d93bee2
parent44df53e24438042f4d61ce656a8f6e1af9b7c62d (diff)
downloadeclipse.platform.common-313727cc8df301125e22739a9625ce5dbbe2e96d.tar.gz
eclipse.platform.common-313727cc8df301125e22739a9625ce5dbbe2e96d.tar.xz
eclipse.platform.common-313727cc8df301125e22739a9625ce5dbbe2e96d.zip
Bug 436736 - Prep for 4.5 (Mars) and 4.4 maintenance builds
Update parent versions from 4.4.0 to 4.5.0 Change-Id: I97aaa97503aa9955b4fafc89c3088da75adf0731 Signed-off-by: Paul Webster <pwebster@ca.ibm.com>
-rw-r--r--bundles/org.eclipse.jdt.doc.isv/pom.xml2
-rw-r--r--bundles/org.eclipse.jdt.doc.user/pom.xml2
-rw-r--r--bundles/org.eclipse.pde.doc.user/pom.xml2
-rw-r--r--bundles/org.eclipse.platform.doc.isv/pom.xml2
-rw-r--r--bundles/org.eclipse.platform.doc.user/pom.xml2
-rw-r--r--pom.xml4
6 files changed, 7 insertions, 7 deletions
diff --git a/bundles/org.eclipse.jdt.doc.isv/pom.xml b/bundles/org.eclipse.jdt.doc.isv/pom.xml
index 65af45490..17a2aef57 100644
--- a/bundles/org.eclipse.jdt.doc.isv/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.isv/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>
diff --git a/bundles/org.eclipse.jdt.doc.user/pom.xml b/bundles/org.eclipse.jdt.doc.user/pom.xml
index 83d2d2ef0..ef1fd2f30 100644
--- a/bundles/org.eclipse.jdt.doc.user/pom.xml
+++ b/bundles/org.eclipse.jdt.doc.user/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.jdt</groupId>
diff --git a/bundles/org.eclipse.pde.doc.user/pom.xml b/bundles/org.eclipse.pde.doc.user/pom.xml
index 87ecfa441..9d6d75a86 100644
--- a/bundles/org.eclipse.pde.doc.user/pom.xml
+++ b/bundles/org.eclipse.pde.doc.user/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.pde</groupId>
diff --git a/bundles/org.eclipse.platform.doc.isv/pom.xml b/bundles/org.eclipse.platform.doc.isv/pom.xml
index 857919b5f..f672ae79f 100644
--- a/bundles/org.eclipse.platform.doc.isv/pom.xml
+++ b/bundles/org.eclipse.platform.doc.isv/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.platform</groupId>
diff --git a/bundles/org.eclipse.platform.doc.user/pom.xml b/bundles/org.eclipse.platform.doc.user/pom.xml
index af3977ed0..825470714 100644
--- a/bundles/org.eclipse.platform.doc.user/pom.xml
+++ b/bundles/org.eclipse.platform.doc.user/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.common</artifactId>
<groupId>eclipse.platform.common</groupId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.platform</groupId>
diff --git a/pom.xml b/pom.xml
index 7674fb4f3..3e23fb4f3 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>eclipse.platform.common</groupId>
<artifactId>eclipse.platform.common</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>

Back to the top