File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed
extensions/indexes/indexes-integration-tests Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 23
23
24
24
-->
25
25
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
+
29
29
<parent >
30
- <artifactId >exist</artifactId >
31
30
<groupId >org.exist-db</groupId >
31
+ <artifactId >exist-parent</artifactId >
32
32
<version >7.0.0-SNAPSHOT</version >
33
- <relativePath >../../../pom.xml </relativePath >
33
+ <relativePath >../../../exist-parent </relativePath >
34
34
</parent >
35
- <modelVersion >4.0.0</modelVersion >
36
35
37
36
<artifactId >indexes-integration-tests</artifactId >
38
-
39
37
<packaging >jar</packaging >
40
38
41
39
<name >eXist-db Index Integration Tests</name >
You can’t perform that action at this time.
0 commit comments