Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-03-27 14:27:50 +0000
committerDani Megert2013-03-27 14:27:50 +0000
commitf8c10c8bd860e32193fe576f0bcb59ba2a238db9 (patch)
tree391b1bfb430cb3ab694624f9b949a28ca69686d0 /org.eclipse.search
parent67e1ed78a51efe5d1182de6bb9f98631a3e9841c (diff)
downloadeclipse.platform.text-f8c10c8bd860e32193fe576f0bcb59ba2a238db9.tar.gz
eclipse.platform.text-f8c10c8bd860e32193fe576f0bcb59ba2a238db9.tar.xz
eclipse.platform.text-f8c10c8bd860e32193fe576f0bcb59ba2a238db9.zip
Fixed bug 403969: Update Platform Text with the new parent versionI20130402-0800
- excluded addition of forceQualifierUpdate.txt
Diffstat (limited to 'org.eclipse.search')
-rw-r--r--org.eclipse.search/pom.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/org.eclipse.search/pom.xml b/org.eclipse.search/pom.xml
index db49b1bba3e..2d88d19e42b 100644
--- a/org.eclipse.search/pom.xml
+++ b/org.eclipse.search/pom.xml
@@ -9,14 +9,12 @@
Contributors:
Igor Fedorenko - initial implementation
-->
-
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>eclipse.platform.text</artifactId>
<groupId>eclipse.platform.text</groupId>
- <version>3.8.0-SNAPSHOT</version>
+ <version>4.3.0-SNAPSHOT</version>
</parent>
<groupId>org.eclipse.search</groupId>
<artifactId>org.eclipse.search</artifactId>

Back to the top