Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ant/org.eclipse.ant.launching/pom.xml2
-rw-r--r--ant/org.eclipse.ant.tests.core/pom.xml2
-rw-r--r--update/org.eclipse.update.core.linux/pom.xml2
-rw-r--r--update/org.eclipse.update.core.win32/pom.xml2
-rw-r--r--update/org.eclipse.update.core/pom.xml2
-rw-r--r--update/org.eclipse.update.examples/pom.xml2
-rw-r--r--update/org.eclipse.update.scheduler/pom.xml2
-rw-r--r--update/org.eclipse.update.tests.core/pom.xml2
8 files changed, 8 insertions, 8 deletions
diff --git a/ant/org.eclipse.ant.launching/pom.xml b/ant/org.eclipse.ant.launching/pom.xml
index 4f837505d..159beec96 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 d19193066..fbe10cbbd 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/update/org.eclipse.update.core.linux/pom.xml b/update/org.eclipse.update.core.linux/pom.xml
index a862297d1..556f6dfb8 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 6e614aa4a..f935fab2f 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 10ee07e93..dd8679e0e 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 7db85f2b3..ee0be5281 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 e6a48c1b8..c482a6c99 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 ba33b6c40..e62545ed3 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>

Back to the top