Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-12-10 20:56:47 +0000
committerMike Rennie2012-12-10 20:56:47 +0000
commit58d75de9843ccff46b961f615e3d653a17e01977 (patch)
tree878c8f9fa930a8c3e6f905c3e26fe403df3bf229
parentdd9330e8899a1095d04b2f8921c557d845e6631b (diff)
downloadeclipse.platform.debug-58d75de9843ccff46b961f615e3d653a17e01977.tar.gz
eclipse.platform.debug-58d75de9843ccff46b961f615e3d653a17e01977.tar.xz
eclipse.platform.debug-58d75de9843ccff46b961f615e3d653a17e01977.zip
Bug 396099 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20121210-205647I20121211-0800I20121210-2000
eclipse.platform.debug
-rw-r--r--org.eclipse.debug.core/pom.xml2
-rw-r--r--org.eclipse.debug.examples.ui/pom.xml2
-rw-r--r--org.eclipse.debug.tests/pom.xml2
-rw-r--r--org.eclipse.debug.ui/pom.xml2
-rw-r--r--org.eclipse.ui.console/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.core/pom.xml b/org.eclipse.debug.core/pom.xml
index 8cfcf021c..2a091b231 100644
--- a/org.eclipse.debug.core/pom.xml
+++ b/org.eclipse.debug.core/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>org.eclipse.debug.core</artifactId>
- <version>3.7.100-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.debug.examples.ui/pom.xml b/org.eclipse.debug.examples.ui/pom.xml
index 94778ede2..07083be06 100644
--- a/org.eclipse.debug.examples.ui/pom.xml
+++ b/org.eclipse.debug.examples.ui/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>org.eclipse.debug.examples.ui</artifactId>
- <version>1.4.0-SNAPSHOT</version>
+ <version>1.4.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.debug.tests/pom.xml b/org.eclipse.debug.tests/pom.xml
index 93b8e9828..2c504c5e4 100644
--- a/org.eclipse.debug.tests/pom.xml
+++ b/org.eclipse.debug.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>org.eclipse.debug.tests</artifactId>
- <version>3.7.100-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.debug.ui/pom.xml b/org.eclipse.debug.ui/pom.xml
index b6a0373f7..b3618957d 100644
--- a/org.eclipse.debug.ui/pom.xml
+++ b/org.eclipse.debug.ui/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>org.eclipse.debug.ui</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.ui.console/pom.xml b/org.eclipse.ui.console/pom.xml
index 249fb32a3..e3b28034d 100644
--- a/org.eclipse.ui.console/pom.xml
+++ b/org.eclipse.ui.console/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.debug</groupId>
<artifactId>org.eclipse.ui.console</artifactId>
- <version>3.5.100-SNAPSHOT</version>
+ <version>3.5.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top