Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2012-12-10 15:08:53 +0000
committerDani Megert2012-12-10 15:08:53 +0000
commita44603f07b6413c446b32e4ac1cbabfc6f10dfc4 (patch)
tree3a5a80a8b8aa6accc7a206affe69a0b286cfa514
parenteb77102a0c2e789a0dee60863b435fa959682716 (diff)
downloadeclipse.platform.text-I20121218-0800.tar.gz
eclipse.platform.text-I20121218-0800.tar.xz
eclipse.platform.text-I20121218-0800.zip
for eclipse.platform.text
-rw-r--r--org.eclipse.jface.text.tests/pom.xml2
-rw-r--r--org.eclipse.search/pom.xml2
-rw-r--r--org.eclipse.text.tests/pom.xml2
-rw-r--r--org.eclipse.text/pom.xml2
-rw-r--r--org.eclipse.ui.editors/pom.xml2
-rw-r--r--org.eclipse.ui.workbench.texteditor/pom.xml2
-rw-r--r--pom.xml1
7 files changed, 7 insertions, 6 deletions
diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml
index e54bd088bf0..78476dc1780 100644
--- a/org.eclipse.jface.text.tests/pom.xml
+++ b/org.eclipse.jface.text.tests/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.jface.text.tests</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.search/pom.xml b/org.eclipse.search/pom.xml
index 6fb4a8c9001..6341b3adef4 100644
--- a/org.eclipse.search/pom.xml
+++ b/org.eclipse.search/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.search</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.text.tests/pom.xml b/org.eclipse.text.tests/pom.xml
index 25c2e8908d8..21783141d01 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.8.0-SNAPSHOT</version>
+ <version>3.9.0-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
</project>
diff --git a/org.eclipse.text/pom.xml b/org.eclipse.text/pom.xml
index f2c1a0af011..f69f7597523 100644
--- a/org.eclipse.text/pom.xml
+++ b/org.eclipse.text/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.text</artifactId>
- <version>3.5.200-SNAPSHOT</version>
+ <version>3.5.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.ui.editors/pom.xml b/org.eclipse.ui.editors/pom.xml
index 0899529f35f..1ffbba7e0d2 100644
--- a/org.eclipse.ui.editors/pom.xml
+++ b/org.eclipse.ui.editors/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.ui.editors</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/org.eclipse.ui.workbench.texteditor/pom.xml b/org.eclipse.ui.workbench.texteditor/pom.xml
index c86f40f49f8..3228069e190 100644
--- a/org.eclipse.ui.workbench.texteditor/pom.xml
+++ b/org.eclipse.ui.workbench.texteditor/pom.xml
@@ -20,6 +20,6 @@
</parent>
<groupId>eclipse.platform.text</groupId>
<artifactId>org.eclipse.ui.workbench.texteditor</artifactId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>3.8.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>
diff --git a/pom.xml b/pom.xml
index b1add75cdd5..e2de7d29096 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,7 @@
<groupId>org.eclipse</groupId>
<artifactId>eclipse-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
+ <relativePath>../eclipse-parent</relativePath>
</parent>
<groupId>eclipse.platform.text</groupId>

Back to the top