Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2016-06-28 13:43:10 +0000
committerMarkus Keller2016-06-28 13:50:40 +0000
commit08cffd40517907c26a2997032fa0d45064bae574 (patch)
treee0cc7f09bf54fd8be69ff72d4ccfbd71ced755a4 /examples
parent171068a26d7a979c58987e661e95a759548e1bfc (diff)
downloadeclipse.platform.team-08cffd40517907c26a2997032fa0d45064bae574.tar.gz
eclipse.platform.team-08cffd40517907c26a2997032fa0d45064bae574.tar.xz
eclipse.platform.team-08cffd40517907c26a2997032fa0d45064bae574.zip
Bug 496465: Prep for 4.7 (Oxygen) builds
Change-Id: I7cd89b3bdeecc68b56f30d572fcfd84c2f8d6f02 Signed-off-by: Markus Keller <markus_keller@ch.ibm.com>
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 40b6312bb..340652bec 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.6.0-SNAPSHOT</version>
+ <version>4.7.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 3f899ae06..209b7c61c 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.6.0-SNAPSHOT</version>
+ <version>4.7.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 7cb5e3d7d..b83f3f64c 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.6.0-SNAPSHOT</version>
+ <version>4.7.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>

Back to the top