Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-10-11 15:38:33 +0000
committerNick Sandonato2013-10-18 15:58:23 +0000
commitb18bf9a0c06a95566fcace4e7ea6fda57fdfcffe (patch)
tree8b7e00747be23eb54650789747f01d260576c316
parent6c6667dedf99a769c1ce1526c47b5eb8df0de838 (diff)
downloadwebtools.sourceediting.xpath.tests-b18bf9a0c06a95566fcace4e7ea6fda57fdfcffe.tar.gz
webtools.sourceediting.xpath.tests-b18bf9a0c06a95566fcace4e7ea6fda57fdfcffe.tar.xz
webtools.sourceediting.xpath.tests-b18bf9a0c06a95566fcace4e7ea6fda57fdfcffe.zip
Bug 419268: Pom version updates xpath
Signed-off-by: Thanh Ha <thanh.ha@eclipse.org>
-rw-r--r--pom.xml4
-rw-r--r--tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml2
-rw-r--r--tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml2
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml2
-rw-r--r--tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml2
-rw-r--r--tests/org.w3c.xqts.testsuite/pom.xml2
6 files changed, 7 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 19fb93a1..2e048c47 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,13 +17,13 @@
<parent>
<groupId>org.eclipse</groupId>
<artifactId>wtp-parent</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../wtp-parent</relativePath>
</parent>
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml
index a5cb84f9..ca67eecc 100644
--- a/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.xpath.core.tests/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml
index 7d55526e..7aab97e7 100644
--- a/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.xpath.ui.tests/pom.xml
@@ -16,7 +16,7 @@
<parent>
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
index 5de00446..d0d82348 100644
--- a/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.xpath2.processor.tests/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml b/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml
index 5d557eb0..37998dcc 100644
--- a/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml
+++ b/tests/org.eclipse.wst.xml.xpath2.wtptypes.tests/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
diff --git a/tests/org.w3c.xqts.testsuite/pom.xml b/tests/org.w3c.xqts.testsuite/pom.xml
index e2a9c36f..2ed83c06 100644
--- a/tests/org.w3c.xqts.testsuite/pom.xml
+++ b/tests/org.w3c.xqts.testsuite/pom.xml
@@ -17,7 +17,7 @@
<parent>
<groupId>org.eclipse.webtools.sourceediting</groupId>
<artifactId>org.eclipse.webtools.sourceediting.xpath.tests</artifactId>
- <version>3.5.0-SNAPSHOT</version>
+ <version>3.6.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Back to the top