Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2012-05-30 15:28:54 +0000
committerDani Megert2012-05-30 15:28:54 +0000
commitdfc9f9bee4f1320360519a3d983667c7e193652c (patch)
treefe2fe8eee90351ff90a98c80e9c31f2fba375937
parent9ab40cfd0b2a0b7346df4a2caf86491eef7ccdd6 (diff)
downloadeclipse.platform.text-dfc9f9bee4f1320360519a3d983667c7e193652c.tar.gz
eclipse.platform.text-dfc9f9bee4f1320360519a3d983667c7e193652c.tar.xz
eclipse.platform.text-dfc9f9bee4f1320360519a3d983667c7e193652c.zip
Fixed bug 380968: Pull request to bump versions in pom files in Platformv20120530-1528I20120530-2100I20120530-1900
-rw-r--r--org.eclipse.core.filebuffers.tests/pom.xml2
-rw-r--r--org.eclipse.search.tests/pom.xml2
-rw-r--r--org.eclipse.text.tests/pom.xml2
-rw-r--r--org.eclipse.ui.editors.tests/pom.xml2
-rw-r--r--org.eclipse.ui.workbench.texteditor.tests/pom.xml2
5 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.core.filebuffers.tests/pom.xml b/org.eclipse.core.filebuffers.tests/pom.xml
index 7dc5d81649d..f9c9a26e534 100644
--- a/org.eclipse.core.filebuffers.tests/pom.xml
+++ b/org.eclipse.core.filebuffers.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.core.filebuffers.tests</artifactId>
- <version>3.5.100-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.search.tests/pom.xml b/org.eclipse.search.tests/pom.xml
index 2adf709710a..e652d2e4ce6 100644
--- a/org.eclipse.search.tests/pom.xml
+++ b/org.eclipse.search.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.search.tests</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml
index c1a25a93419..25c2e8908d8 100644
--- a/org.eclipse.text.tests/pom.xml
+++ b/org.eclipse.text.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.text.tests</artifactId>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.ui.editors.tests/pom.xml b/org.eclipse.ui.editors.tests/pom.xml
index 948bf894276..aee778d822d 100644
--- a/org.eclipse.ui.editors.tests/pom.xml
+++ b/org.eclipse.ui.editors.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.ui.editors.tests</artifactId>
- <version>3.4.100-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.ui.workbench.texteditor.tests/pom.xml b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
index c18064cc8e8..88965086018 100644
--- a/org.eclipse.ui.workbench.texteditor.tests/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor.tests</artifactId>
- <version>3.7.0-SNAPSHOT</version>
+ <version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>

Back to the top