Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-05-30 12:26:57 +0000
committerAlexander Kurtakov2018-05-30 12:40:10 +0000
commit33eac236175466f911fdd0a2259c1a84da968f18 (patch)
treefd208b2a68a5471303f23f58ee76b0e94a3886f5 /examples/org.eclipse.team.examples.filesystem
parent5e4727436bcdb4d509cb39aff99949886efa3b4c (diff)
downloadeclipse.platform.team-33eac236175466f911fdd0a2259c1a84da968f18.tar.gz
eclipse.platform.team-33eac236175466f911fdd0a2259c1a84da968f18.tar.xz
eclipse.platform.team-33eac236175466f911fdd0a2259c1a84da968f18.zip
Rearranged tests to be modules of their parent so tycho set-version works. Update version for o.e.cvs to satisfy comparator. Change-Id: Ifcbd5eefef676e8038a5dfa43307fd91b0410e61 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'examples/org.eclipse.team.examples.filesystem')
-rw-r--r--examples/org.eclipse.team.examples.filesystem/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/org.eclipse.team.examples.filesystem/pom.xml b/examples/org.eclipse.team.examples.filesystem/pom.xml
index f2f456c8e..db0aff9fd 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.8.0-SNAPSHOT</version>
+ <version>4.9.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>
<groupId>org.eclipse.team</groupId>

Back to the top