This is an automated email from the ASF dual-hosted git repository.

gnodet pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new 26a459d24f Use model 4.1.0 for ITs
26a459d24f is described below

commit 26a459d24f8a663b3733803c22d457fb0a475c5a
Author: Guillaume Nodet <gno...@gmail.com>
AuthorDate: Wed Dec 11 08:40:25 2024 +0100

    Use model 4.1.0 for ITs
---
 its/core-it-suite/src/test/resources/mng-7228-leaky-model/pom.xml     | 4 ++--
 .../test/resources/mng-7836-alternative-pom-syntax/simple/pom.hocon   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/its/core-it-suite/src/test/resources/mng-7228-leaky-model/pom.xml 
b/its/core-it-suite/src/test/resources/mng-7228-leaky-model/pom.xml
index c5527bac5b..2d620dc7e9 100644
--- a/its/core-it-suite/src/test/resources/mng-7228-leaky-model/pom.xml
+++ b/its/core-it-suite/src/test/resources/mng-7228-leaky-model/pom.xml
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<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";>
-  <modelVersion>4.0.0</modelVersion>
+<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 
https://maven.apache.org/xsd/maven-4.1.0.xsd";>
+  <modelVersion>4.1.0</modelVersion>
 
   <groupId>org.apache.maven.its.mng7228</groupId>
   <artifactId>test</artifactId>
diff --git 
a/its/core-it-suite/src/test/resources/mng-7836-alternative-pom-syntax/simple/pom.hocon
 
b/its/core-it-suite/src/test/resources/mng-7836-alternative-pom-syntax/simple/pom.hocon
index 4a7f1970fd..c5760addb3 100644
--- 
a/its/core-it-suite/src/test/resources/mng-7836-alternative-pom-syntax/simple/pom.hocon
+++ 
b/its/core-it-suite/src/test/resources/mng-7836-alternative-pom-syntax/simple/pom.hocon
@@ -16,7 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-modelVersion = 4.0.0
+modelVersion = 4.1.0
 groupId = org.apache.maven.its.mng-7836
 artifactId = hocon-simple
 version = 1.0.0-SNAPSHOT

Reply via email to