Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiraj Modi2019-12-06 13:18:36 +0000
committerNiraj Modi2019-12-06 13:18:36 +0000
commitc71204a73ffb968c9819010fa2c8cd1c0d3cb3c5 (patch)
treeceaba630d490b5f986ea734c0b10e4dfd681b697 /examples
parent5287dcf349f6d783a767a5d064cf3c9522387c06 (diff)
downloadeclipse.platform.team-c71204a73ffb968c9819010fa2c8cd1c0d3cb3c5.tar.gz
eclipse.platform.team-c71204a73ffb968c9819010fa2c8cd1c0d3cb3c5.tar.xz
eclipse.platform.team-c71204a73ffb968c9819010fa2c8cd1c0d3cb3c5.zip
Change-Id: Id5a20b47a43410c0e5f75bd18ce1326e586e744d Signed-off-by: Niraj Modi <niraj.modi@in.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 3d54c7a6e..1e6cdd67f 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.14.0-SNAPSHOT</version>
+ <version>4.15.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 210cbab0a..dd59ab56a 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.14.0-SNAPSHOT</version>
+ <version>4.15.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 9efeac365..3d2a96878 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.14.0-SNAPSHOT</version>
+ <version>4.15.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>

Back to the top