You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2022/04/09 10:08:53 UTC

[maven-filtering] branch ci-reporting created (now 9bae5e2)

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

olamy pushed a change to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git


      at 9bae5e2  test ci-reporting for a component

This branch includes the following new commits:

     new 9bae5e2  test ci-reporting for a component

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-filtering] 01/01: test ci-reporting for a component

Posted by ol...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch ci-reporting
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 9bae5e29989a33cdb1b919b1bf09c2f0b460c19d
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Apr 9 20:08:44 2022 +1000

    test ci-reporting for a component
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 pom.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1243429..08a8e1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-shared-components</artifactId>
-    <version>34</version>
+    <version>99-SNAPSHOT</version>
   </parent>
 
   <artifactId>maven-filtering</artifactId>
@@ -189,4 +189,16 @@
       </reporting>
     </profile>
   </profiles>
+
+  <repositories>
+    <repository><!-- useful to resolve parent pom when it is a SNAPSHOT -->
+      <id>apache.snapshots</id>
+      <name>Apache Snapshot Repository</name>
+      <url>https://repository.apache.org/snapshots</url>
+      <releases>
+        <enabled>false</enabled>
+      </releases>
+    </repository>
+  </repositories>
+
 </project>