Skip to content

Commit 6a9c377

Browse files
committed
[refactor] expand safe Maven 4.1 inference cleanup
- removing redundant modelVersion declarations and selected intra-reactor org.exist-db dependency groupIds, - preserve required explicit coordinates (e.g., exist-saxon-regex).
1 parent 4ce4220 commit 6a9c377

51 files changed

Lines changed: 0 additions & 111 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

exist-ant/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

exist-core/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>
@@ -155,7 +153,6 @@
155153
</dependency>
156154

157155
<dependency>
158-
<groupId>org.exist-db</groupId>
159156
<artifactId>exist-start</artifactId>
160157
<version>${project.version}</version>
161158
</dependency>
@@ -553,13 +550,11 @@
553550

554551
<!-- test dependencies -->
555552
<dependency>
556-
<groupId>org.exist-db</groupId>
557553
<artifactId>exist-jetty-config</artifactId>
558554
<version>${project.version}</version>
559555
<scope>test</scope>
560556
</dependency>
561557
<dependency>
562-
<groupId>org.exist-db</groupId>
563558
<artifactId>exist-samples</artifactId>
564559
<version>${project.version}</version>
565560
<scope>test</scope>

exist-docker/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
<project xmlns="http://maven.apache.org/POM/4.1.0"
2626
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2727
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
28-
<modelVersion>4.1.0</modelVersion>
29-
3028
<parent>
3129
<groupId>org.exist-db</groupId>
3230
<artifactId>exist-parent</artifactId>

exist-installer/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

exist-jetty-config/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

exist-parent/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.1.0 http://maven.apache.org/xsd/maven-4.1.0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<groupId>org.exist-db</groupId>
2927
<artifactId>exist-parent</artifactId>
3028
<version>${revision}</version>

exist-samples/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

exist-service/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

exist-start/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

extensions/contentextraction/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@
2323
2424
-->
2525
<project xmlns="http://maven.apache.org/POM/4.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
26-
<modelVersion>4.1.0</modelVersion>
27-
2826
<parent>
2927
<groupId>org.exist-db</groupId>
3028
<artifactId>exist-parent</artifactId>

0 commit comments

Comments
 (0)