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

maartenc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-ivy.git


The following commit(s) were added to refs/heads/master by this push:
     new e86e6944 Added missing test files
e86e6944 is described below

commit e86e69443eef1a6a460ff89e11324d040adb185f
Author: Maarten Coene <[email protected]>
AuthorDate: Wed May 20 15:57:36 2026 +0200

    Added missing test files
---
 .../org/apache/test-parent/1.0/test-parent-1.0.jar |  1 +
 .../org/apache/test-parent/1.0/test-parent-1.0.pom | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git 
a/test/repositories/m2/org/apache/test-parent/1.0/test-parent-1.0.jar 
b/test/repositories/m2/org/apache/test-parent/1.0/test-parent-1.0.jar
new file mode 100644
index 00000000..8d1c8b69
--- /dev/null
+++ b/test/repositories/m2/org/apache/test-parent/1.0/test-parent-1.0.jar
@@ -0,0 +1 @@
+ 
diff --git 
a/test/repositories/m2/org/apache/test-parent/1.0/test-parent-1.0.pom 
b/test/repositories/m2/org/apache/test-parent/1.0/test-parent-1.0.pom
new file mode 100644
index 00000000..e10ec547
--- /dev/null
+++ b/test/repositories/m2/org/apache/test-parent/1.0/test-parent-1.0.pom
@@ -0,0 +1,36 @@
+<?xml version="1.0"?>
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one
+   or more contributor license agreements.  See the NOTICE file
+   distributed with this work for additional information
+   regarding copyright ownership.  The ASF licenses this file
+   to you under the Apache License, Version 2.0 (the
+   "License"); you may not use this file except in compliance
+   with the License.  You may obtain a copy of the License at
+
+     https://www.apache.org/licenses/LICENSE-2.0
+
+   Unless required by applicable law or agreed to in writing,
+   software distributed under the License is distributed on an
+   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+   KIND, either express or implied.  See the License for the
+   specific language governing permissions and limitations
+   under the License.    
+-->
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>org.apache</groupId>
+  <artifactId>test-parent</artifactId>
+  <name>Test Module for Ivy M2 parsing</name>
+  <version>1.0</version>
+  <url>http://ivy.jayasoft.org/</url>
+  <organization>
+    <name>Jayasoft</name>
+    <url>http://www.jayasoft.org/</url>
+  </organization>
+  <parent>
+    <groupId>org.apache</groupId>
+    <artifactId>test</artifactId>
+    <version>1.0</version>
+  </parent>
+</project>

Reply via email to