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

pkarwasz pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 3164c0dac2 Adapt snapshot repository id to ASF parent
3164c0dac2 is described below

commit 3164c0dac25df0205498c683f9d5ae5ad34015bd
Author: Piotr P. Karwasz <piotr.git...@karwasz.org>
AuthorDate: Fri Sep 30 14:09:18 2022 +0200

    Adapt snapshot repository id to ASF parent
    
    Since the snapshot repository id is now inherited from the ASF parent, its 
id is
    now 'apache.snapshots.https'.
---
 .github/workflows/maven-settings.xml | 2 +-
 .gitignore                           | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/maven-settings.xml 
b/.github/workflows/maven-settings.xml
index 5e8dbde337..c7453df396 100644
--- a/.github/workflows/maven-settings.xml
+++ b/.github/workflows/maven-settings.xml
@@ -20,7 +20,7 @@
           xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 
http://maven.apache.org/xsd/settings-1.1.0.xsd";>
   <servers>
     <server>
-      <id>asf-snapshots</id>
+      <id>apache.snapshots.https</id>
       <username>${env.NEXUS_USER}</username>
       <password>${env.NEXUS_PW}</password>
     </server>
diff --git a/.gitignore b/.gitignore
index 820886743a..cead7fe9fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@ target/
 .cache-tests
 .toDelete
 .factorypath
+.surefire-*
 velocity.log
 felix-cache/
 /.metadata/

Reply via email to