Skip to content

Commit 19da067

Browse files
committed
[bugfix] Use the correct Maven Module parent in eXist-db Indexes Integration Tests
1 parent fd15b96 commit 19da067

File tree

1 file changed

+5
-7
lines changed
  • extensions/indexes/indexes-integration-tests

1 file changed

+5
-7
lines changed

extensions/indexes/indexes-integration-tests/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,17 @@
2323
2424
-->
2525

26-
<project xmlns="http://maven.apache.org/POM/4.0.0"
27-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
26+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
27+
<modelVersion>4.0.0</modelVersion>
28+
2929
<parent>
30-
<artifactId>exist</artifactId>
3130
<groupId>org.exist-db</groupId>
31+
<artifactId>exist-parent</artifactId>
3232
<version>7.0.0-SNAPSHOT</version>
33-
<relativePath>../../../pom.xml</relativePath>
33+
<relativePath>../../../exist-parent</relativePath>
3434
</parent>
35-
<modelVersion>4.0.0</modelVersion>
3635

3736
<artifactId>indexes-integration-tests</artifactId>
38-
3937
<packaging>jar</packaging>
4038

4139
<name>eXist-db Index Integration Tests</name>

0 commit comments

Comments
 (0)