View | Details | Raw Unified | Return to bug 419251 | Differences between
and this patch

Collapse All | Expand All

(-)a/features/org.eclipse.wst.common_tests.feature/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/pom.xml (-2 / +2 lines)
Lines 17-29 Link Here
17
  <parent>
17
  <parent>
18
    <groupId>org.eclipse</groupId>
18
    <groupId>org.eclipse</groupId>
19
    <artifactId>wtp-parent</artifactId>
19
    <artifactId>wtp-parent</artifactId>
20
    <version>3.5.0-SNAPSHOT</version>
20
    <version>3.6.0-SNAPSHOT</version>
21
    <relativePath>../wtp-parent</relativePath>
21
    <relativePath>../wtp-parent</relativePath>
22
  </parent>
22
  </parent>
23
23
24
  <groupId>org.eclipse.webtools.common</groupId>
24
  <groupId>org.eclipse.webtools.common</groupId>
25
  <artifactId>org.eclipse.webtools.common.tests</artifactId>
25
  <artifactId>org.eclipse.webtools.common.tests</artifactId>
26
  <version>3.5.0-SNAPSHOT</version>
26
  <version>3.6.0-SNAPSHOT</version>
27
  <packaging>pom</packaging>
27
  <packaging>pom</packaging>
28
28
29
  <modules>
29
  <modules>
(-)a/tests/org.eclipse.wst.common.tests.collector/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/tests/org.eclipse.wst.common.tests.ui/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/tests/org.eclipse.wst.common.tests.validation.guard/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/tests/org.eclipse.wst.common.tests.validation/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/tests/org.eclipse.wst.common.tests/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/tests/org.eclipse.wst.common.uriresolver.tests/pom.xml (-1 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
(-)a/tests/org.eclipse.wst.internet.cache.tests/pom.xml (-2 / +1 lines)
Lines 16-22 Link Here
16
  <parent>
16
  <parent>
17
    <groupId>org.eclipse.webtools.common</groupId>
17
    <groupId>org.eclipse.webtools.common</groupId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
18
    <artifactId>org.eclipse.webtools.common.tests</artifactId>
19
    <version>3.5.0-SNAPSHOT</version>
19
    <version>3.6.0-SNAPSHOT</version>
20
    <relativePath>../../</relativePath>
20
    <relativePath>../../</relativePath>
21
  </parent>
21
  </parent>
22
22
23
- 

Return to bug 419251