Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Webster2013-06-19 18:16:44 +0000
committerGerrit Code Review @ Eclipse.org2013-06-26 16:18:40 +0000
commit0bde93181378cc4a8f0fd38811403dfdc54e02db (patch)
treeca4aba9ca46b9ab352e21d435247a485a1b7e7df /examples
parent22d7d48cecd5e4b2cd6dbc5755afccbb48bd05ee (diff)
downloadeclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.tar.gz
eclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.tar.xz
eclipse.platform.team-0bde93181378cc4a8f0fd38811403dfdc54e02db.zip
Bug 411158 - Update parent POMs for Luna
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.compare.examples.xml/pom.xml2
-rw-r--r--examples/org.eclipse.compare.examples/pom.xml2
-rw-r--r--examples/org.eclipse.team.examples.filesystem/pom.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/pom.xml b/examples/org.eclipse.compare.examples.xml/pom.xml
index 92f767e49..61842c50b 100644
--- a/examples/org.eclipse.compare.examples.xml/pom.xml
+++ b/examples/org.eclipse.compare.examples.xml/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/examples/org.eclipse.compare.examples/pom.xml b/examples/org.eclipse.compare.examples/pom.xml
index 7a2a945e2..2b0d1d664 100644
--- a/examples/org.eclipse.compare.examples/pom.xml
+++ b/examples/org.eclipse.compare.examples/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.compare</groupId>
diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml
index 77cc8dd72..7b09ad3cf 100644
--- a/examples/org.eclipse.team.examples.filesystem/pom.xml
+++ b/examples/org.eclipse.team.examples.filesystem/pom.xml
@@ -14,7 +14,7 @@
<parent>
<artifactId>eclipse.platform.team</artifactId>
<groupId>eclipse.platform.team</groupId>
- <version>4.3.0-SNAPSHOT</version>
+ <version>4.4.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>

Back to the top