| author | Thanh Ha | 2012-05-29 16:30:13 (EDT) |
|---|---|---|
| committer | Paul Webster | 2012-05-30 08:04:19 (EDT) |
| commit | b9b80005c9b7282c6091b78e15e2096e460c14ca (patch) (side-by-side diff) | |
| tree | bff34250464273ec69b8139d9a9d825b96afe652 | |
| parent | 6592ca5008d85c615f7354fa03135ac0901dd57e (diff) | |
| download | eclipse.platform-b9b80005c9b7282c6091b78e15e2096e460c14ca.zip eclipse.platform-b9b80005c9b7282c6091b78e15e2096e460c14ca.tar.gz eclipse.platform-b9b80005c9b7282c6091b78e15e2096e460c14ca.tar.bz2 | |
Bump version in pomsv20120530-1204R4_2M20120809-1200M20120802-1200M20120726-1200I20120608-1400I20120607-1500I20120606-1900I20120605-1900I20120604-1900I20120603-1910I20120602-1900I20120601-1900I20120531-1500I20120530-1900
| -rw-r--r-- | ant/org.eclipse.ant.launching/pom.xml | 2 | ||||
| -rw-r--r-- | ant/org.eclipse.ant.tests.core/pom.xml | 2 | ||||
| -rw-r--r-- | platform/org.eclipse.platform/pom.xml | 2 | ||||
| -rw-r--r-- | platform/org.eclipse.sdk/pom.xml | 2 | ||||
| -rw-r--r-- | update/org.eclipse.update.core.linux/pom.xml | 2 | ||||
| -rw-r--r-- | update/org.eclipse.update.core.win32/pom.xml | 2 | ||||
| -rw-r--r-- | update/org.eclipse.update.core/pom.xml | 2 | ||||
| -rw-r--r-- | update/org.eclipse.update.examples/pom.xml | 2 | ||||
| -rw-r--r-- | update/org.eclipse.update.scheduler/pom.xml | 2 | ||||
| -rw-r--r-- | update/org.eclipse.update.tests.core/pom.xml | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/ant/org.eclipse.ant.launching/pom.xml b/ant/org.eclipse.ant.launching/pom.xml index 4f83750..159beec 100644 --- a/ant/org.eclipse.ant.launching/pom.xml +++ b/ant/org.eclipse.ant.launching/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ant.launching</artifactId> - <version>1.0.100-SNAPSHOT</version> + <version>1.0.200-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/ant/org.eclipse.ant.tests.core/pom.xml b/ant/org.eclipse.ant.tests.core/pom.xml index d191930..fbe10cb 100644 --- a/ant/org.eclipse.ant.tests.core/pom.xml +++ b/ant/org.eclipse.ant.tests.core/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.ant.tests.core</artifactId> - <version>3.2.200-SNAPSHOT</version> + <version>3.3.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/platform/org.eclipse.platform/pom.xml b/platform/org.eclipse.platform/pom.xml index e723c96..d2efba4 100644 --- a/platform/org.eclipse.platform/pom.xml +++ b/platform/org.eclipse.platform/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.platform</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/platform/org.eclipse.sdk/pom.xml b/platform/org.eclipse.sdk/pom.xml index 314d0e3..6c1f2cd 100644 --- a/platform/org.eclipse.sdk/pom.xml +++ b/platform/org.eclipse.sdk/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.sdk</artifactId> - <version>3.8.0-SNAPSHOT</version> + <version>4.2.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/update/org.eclipse.update.core.linux/pom.xml b/update/org.eclipse.update.core.linux/pom.xml index a862297..556f6df 100644 --- a/update/org.eclipse.update.core.linux/pom.xml +++ b/update/org.eclipse.update.core.linux/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.update.core.linux</artifactId> - <version>3.2.200-SNAPSHOT</version> + <version>3.2.300-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> diff --git a/update/org.eclipse.update.core.win32/pom.xml b/update/org.eclipse.update.core.win32/pom.xml index 6e614aa..f935fab 100644 --- a/update/org.eclipse.update.core.win32/pom.xml +++ b/update/org.eclipse.update.core.win32/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.update.core.win32</artifactId> - <version>3.2.200-SNAPSHOT</version> + <version>3.2.300-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> diff --git a/update/org.eclipse.update.core/pom.xml b/update/org.eclipse.update.core/pom.xml index 10ee07e..dd8679e 100644 --- a/update/org.eclipse.update.core/pom.xml +++ b/update/org.eclipse.update.core/pom.xml @@ -22,6 +22,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.update.core</artifactId> - <version>3.2.500-SNAPSHOT</version> + <version>3.2.600-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/update/org.eclipse.update.examples/pom.xml b/update/org.eclipse.update.examples/pom.xml index 7db85f2..ee0be52 100644 --- a/update/org.eclipse.update.examples/pom.xml +++ b/update/org.eclipse.update.examples/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.update.examples</artifactId> - <version>2.0.0</version> + <version>2.0.100-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> diff --git a/update/org.eclipse.update.scheduler/pom.xml b/update/org.eclipse.update.scheduler/pom.xml index e6a48c1..c482a6c 100644 --- a/update/org.eclipse.update.scheduler/pom.xml +++ b/update/org.eclipse.update.scheduler/pom.xml @@ -21,7 +21,7 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.update.scheduler</artifactId> - <version>3.2.300-SNAPSHOT</version> + <version>3.2.400-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> <build> diff --git a/update/org.eclipse.update.tests.core/pom.xml b/update/org.eclipse.update.tests.core/pom.xml index ba33b6c..e62545e 100644 --- a/update/org.eclipse.update.tests.core/pom.xml +++ b/update/org.eclipse.update.tests.core/pom.xml @@ -21,6 +21,6 @@ </parent> <groupId>org.eclipse.platform</groupId> <artifactId>org.eclipse.update.tests.core</artifactId> - <version>3.3.0-SNAPSHOT</version> + <version>3.4.0-SNAPSHOT</version> <packaging>eclipse-plugin</packaging> </project> |

