[maven-resources-plugin] branch dependabot/maven/org.slf4j-slf4j-simple-2.0.7 created (now 5ce7cc9)

2023-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.slf4j-slf4j-simple-2.0.7
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


  at 5ce7cc9  Bump slf4j-simple from 1.7.36 to 2.0.7

No new revisions were added by this update.



[maven-indexer] branch dependabot/maven/com.google.inject-guice-6.0.0 created (now d2378bf)

2023-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/com.google.inject-guice-6.0.0
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


  at d2378bf  Bump guice from 5.1.0 to 6.0.0

No new revisions were added by this update.



[maven-fluido-skin] 01/01: Fxi padding

2023-07-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch fix-padding-1.x
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit b7df3693071108313e20d32cf521e3bf4175b602
Author: Michael Osipov 
AuthorDate: Sun Jul 2 23:33:01 2023 +0200

Fxi padding
---
 src/it/topbar-inverse/src/site/site.xml   | 1 -
 src/it/topbar/src/site/site.xml   | 1 -
 src/main/resources/META-INF/maven/site.vm | 6 +++---
 src/main/resources/css/maven-theme.css| 9 ++---
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/it/topbar-inverse/src/site/site.xml 
b/src/it/topbar-inverse/src/site/site.xml
index 68bbae3..6ad696b 100644
--- a/src/it/topbar-inverse/src/site/site.xml
+++ b/src/it/topbar-inverse/src/site/site.xml
@@ -42,7 +42,6 @@
 /images/topbar-logo.png
 /index.html
   
-  false
   
   true
 
diff --git a/src/it/topbar/src/site/site.xml b/src/it/topbar/src/site/site.xml
index 9297fa0..3cd8b5e 100644
--- a/src/it/topbar/src/site/site.xml
+++ b/src/it/topbar/src/site/site.xml
@@ -42,7 +42,6 @@
 /images/topbar-logo.png
 /index.html
   
-  false
   
   true
 
diff --git a/src/main/resources/META-INF/maven/site.vm 
b/src/main/resources/META-INF/maven/site.vm
index 9d49dbd..d8b87cd 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -62,7 +62,7 @@
 #**##if ( $topBarEnabled )
   
 #**##else
-  
+  
 #**##end
 #**##forkMeOnGitHub()
 #**##facebookLoadSDK()
@@ -179,9 +179,9 @@
 #**##end
 ##
 #**##if ( $sideBarEnabled )
-
+
 #**##else
-
+
 #**##end
   
 
diff --git a/src/main/resources/css/maven-theme.css 
b/src/main/resources/css/maven-theme.css
index f2c1235..2984ff8 100644
--- a/src/main/resources/css/maven-theme.css
+++ b/src/main/resources/css/maven-theme.css
@@ -81,10 +81,13 @@ li.none {
 }
 
 body.topBarEnabled {
-  padding-top: 60px;
+  /* calculated height of the topbar */
+  padding-top: 43px;
 }
-body.topBarDisabled {
-  padding-top: 20px;
+
+div.container-top,
+div.container-fluid-top {
+  padding-top: 10px;
 }
 
 .builtBy {



[maven-fluido-skin] branch fix-padding-1.x created (now b7df369)

2023-07-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch fix-padding-1.x
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


  at b7df369  Fxi padding

This branch includes the following new commits:

 new b7df369  Fxi padding

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-fluido-skin] branch fix-padding updated (ada551d -> 422da01)

2023-07-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch fix-padding
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


 discard ada551d  Fxi padding
omit 5037d84  Remove used counter
omit 619fab0  Rewrite poweredBy macro
omit ea989ff  Rewrite banner macro
omit 3844830  Drop title attribute
 new 422da01  Fxi padding

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ada551d)
\
 N -- N -- N   refs/heads/fix-padding (422da01)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 src/it/mskins-76/verify.groovy   |   2 +-
 src/it/mskins-76_topbar/verify.groovy|   2 +-
 src/it/sidebar/verify.groovy |   6 +-
 src/it/topbar/verify.groovy  |   8 +-
 src/main/resources/META-INF/maven/site-macros.vm | 194 ---
 src/main/resources/css/maven-theme.css   |   2 +-
 6 files changed, 112 insertions(+), 102 deletions(-)



[maven-fluido-skin] 01/01: Fxi padding

2023-07-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch fix-padding
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit 422da015acf7857450947ff4015516098418c503
Author: Michael Osipov 
AuthorDate: Sun Jul 2 23:33:01 2023 +0200

Fxi padding
---
 src/it/topbar-inverse/src/site/site.xml   | 1 -
 src/it/topbar/src/site/site.xml   | 1 -
 src/main/resources/META-INF/maven/site.vm | 6 +++---
 src/main/resources/css/maven-theme.css| 9 ++---
 4 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/src/it/topbar-inverse/src/site/site.xml 
b/src/it/topbar-inverse/src/site/site.xml
index 68bbae3..6ad696b 100644
--- a/src/it/topbar-inverse/src/site/site.xml
+++ b/src/it/topbar-inverse/src/site/site.xml
@@ -42,7 +42,6 @@
 /images/topbar-logo.png
 /index.html
   
-  false
   
   true
 
diff --git a/src/it/topbar/src/site/site.xml b/src/it/topbar/src/site/site.xml
index 9297fa0..3cd8b5e 100644
--- a/src/it/topbar/src/site/site.xml
+++ b/src/it/topbar/src/site/site.xml
@@ -42,7 +42,6 @@
 /images/topbar-logo.png
 /index.html
   
-  false
   
   true
 
diff --git a/src/main/resources/META-INF/maven/site.vm 
b/src/main/resources/META-INF/maven/site.vm
index fa1a71a..4e5f1d2 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -60,7 +60,7 @@
 #**##if ( $topBarEnabled )
   
 #**##else
-  
+  
 #**##end
 #**##forkMeOnGitHub()
 #**##facebookLoadSDK()
@@ -177,9 +177,9 @@
 #**##end
 ##
 #**##if ( $sideBarEnabled )
-
+
 #**##else
-
+
 #**##end
   
 
diff --git a/src/main/resources/css/maven-theme.css 
b/src/main/resources/css/maven-theme.css
index 218ed82..7a29d25 100644
--- a/src/main/resources/css/maven-theme.css
+++ b/src/main/resources/css/maven-theme.css
@@ -81,10 +81,13 @@ li.none {
 }
 
 body.topBarEnabled {
-  padding-top: 60px;
+  /* calculated height of the topbar */
+  padding-top: 43px;
 }
-body.topBarDisabled {
-  padding-top: 20px;
+
+div.container-top,
+div.container-fluid-top {
+  padding-top: 10px;
 }
 
 .builtBy {



[maven-fluido-skin] 01/01: Fxi padding

2023-07-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch fix-padding
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git

commit ada551dbfaa852353a1951d308be084e89eedb01
Author: Michael Osipov 
AuthorDate: Sun Jul 2 23:33:01 2023 +0200

Fxi padding
---
 src/it/topbar-inverse/src/site/site.xml   | 1 -
 src/it/topbar/src/site/site.xml   | 1 -
 src/main/resources/META-INF/maven/site.vm | 6 +++---
 src/main/resources/css/maven-theme.css| 7 +--
 4 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/src/it/topbar-inverse/src/site/site.xml 
b/src/it/topbar-inverse/src/site/site.xml
index 68bbae3..6ad696b 100644
--- a/src/it/topbar-inverse/src/site/site.xml
+++ b/src/it/topbar-inverse/src/site/site.xml
@@ -42,7 +42,6 @@
 /images/topbar-logo.png
 /index.html
   
-  false
   
   true
 
diff --git a/src/it/topbar/src/site/site.xml b/src/it/topbar/src/site/site.xml
index 9297fa0..3cd8b5e 100644
--- a/src/it/topbar/src/site/site.xml
+++ b/src/it/topbar/src/site/site.xml
@@ -42,7 +42,6 @@
 /images/topbar-logo.png
 /index.html
   
-  false
   
   true
 
diff --git a/src/main/resources/META-INF/maven/site.vm 
b/src/main/resources/META-INF/maven/site.vm
index fa1a71a..4e5f1d2 100644
--- a/src/main/resources/META-INF/maven/site.vm
+++ b/src/main/resources/META-INF/maven/site.vm
@@ -60,7 +60,7 @@
 #**##if ( $topBarEnabled )
   
 #**##else
-  
+  
 #**##end
 #**##forkMeOnGitHub()
 #**##facebookLoadSDK()
@@ -177,9 +177,9 @@
 #**##end
 ##
 #**##if ( $sideBarEnabled )
-
+
 #**##else
-
+
 #**##end
   
 
diff --git a/src/main/resources/css/maven-theme.css 
b/src/main/resources/css/maven-theme.css
index 218ed82..7c06272 100644
--- a/src/main/resources/css/maven-theme.css
+++ b/src/main/resources/css/maven-theme.css
@@ -81,9 +81,12 @@ li.none {
 }
 
 body.topBarEnabled {
-  padding-top: 60px;
+  /* calculated height of the topbar */
+  padding-top: 43px;
 }
-body.topBarDisabled {
+
+div.container-top,
+div.container-fluid-top {
   padding-top: 20px;
 }
 



[maven-fluido-skin] branch fix-padding created (now ada551d)

2023-07-02 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a change to branch fix-padding
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


  at ada551d  Fxi padding

This branch includes the following new commits:

 new ada551d  Fxi padding

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] branch MNG-7831 deleted (was 981f64d3c)

2023-07-02 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a change to branch MNG-7831
in repository https://gitbox.apache.org/repos/asf/maven.git


 was 981f64d3c [MNG-7831] Ensure XmlUtils does not fail when xmlpullparser 
detects an entityref and parser.name is null

This change permanently discards the following revisions:

 discard 981f64d3c [MNG-7831] Ensure XmlUtils does not fail when xmlpullparser 
detects an entityref and parser.name is null



[maven] 01/01: [MNG-7831] Ensure XmlUtils does not fail when xmlpullparser detects an entityref and parser.name is null

2023-07-02 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a commit to branch MNG-7831
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 981f64d3cd1a7a61da9f6a223b79f1d9038092ee
Author: Romain Manni-Bucau 
AuthorDate: Sun Jul 2 19:29:15 2023 +0200

[MNG-7831] Ensure XmlUtils does not fail when xmlpullparser detects an 
entityref and parser.name is null
---
 .../ConsumerPomArtifactTransformerTest.java| 26 ++
 .../test/resources/projects/transform/before2.pom  | 11 +
 .../maven/model/transform/pull/XmlUtils.java   | 20 -
 3 files changed, 56 insertions(+), 1 deletion(-)

diff --git 
a/maven-core/src/test/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformerTest.java
 
b/maven-core/src/test/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformerTest.java
index 27c4d15e6..68ab7097c 100644
--- 
a/maven-core/src/test/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformerTest.java
+++ 
b/maven-core/src/test/java/org/apache/maven/internal/transformation/ConsumerPomArtifactTransformerTest.java
@@ -18,8 +18,11 @@
  */
 package org.apache.maven.internal.transformation;
 
+import java.io.BufferedReader;
 import java.io.IOException;
 import java.io.InputStream;
+import java.io.InputStreamReader;
+import java.nio.charset.StandardCharsets;
 import java.nio.file.Files;
 import java.nio.file.Path;
 import java.nio.file.Paths;
@@ -33,7 +36,9 @@ import org.junit.jupiter.api.Test;
 import org.mockito.Mockito;
 import org.xmlunit.assertj.XmlAssert;
 
+import static java.util.stream.Collectors.joining;
 import static org.assertj.core.api.Assertions.assertThat;
+import static org.junit.jupiter.api.Assertions.assertEquals;
 import static org.mockito.ArgumentMatchers.any;
 import static org.mockito.Mockito.when;
 
@@ -52,6 +57,27 @@ class ConsumerPomArtifactTransformerTest {
 }
 }
 
+@Test
+void transform2() throws Exception {
+Path beforePomFile =
+
Paths.get("src/test/resources/projects/transform/before2.pom").toAbsolutePath();
+try (BufferedReader result = new BufferedReader(new InputStreamReader(
+ConsumerPomArtifactTransformer.transform(beforePomFile, new 
NoTransformerContext()),
+StandardCharsets.UTF_8))) {
+assertEquals(
+"\n"
++ "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\;>\n"
++ "  4.0.0\n"
++ "\n"
++ "  com.apache.maven\n"
++ "  transform-me\n"
++ "  1.0.0-SNAPSHOT\n"
++ "  1  2\n"
++ "",
+result.lines().collect(joining("\n")));
+}
+}
+
 @Test
 void injectTransformedArtifactsWithoutPomShouldNotInjectAnyArtifacts() 
throws IOException {
 MavenProject emptyProject = new MavenProject();
diff --git a/maven-core/src/test/resources/projects/transform/before2.pom 
b/maven-core/src/test/resources/projects/transform/before2.pom
new file mode 100644
index 0..e32b2b6ae
--- /dev/null
+++ b/maven-core/src/test/resources/projects/transform/before2.pom
@@ -0,0 +1,11 @@
+
+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;>
+  4.0.0
+
+  com.apache.maven
+  transform-me
+  1.0.0-SNAPSHOT
+  1  2
+
diff --git 
a/maven-model-transform/src/main/java/org/apache/maven/model/transform/pull/XmlUtils.java
 
b/maven-model-transform/src/main/java/org/apache/maven/model/transform/pull/XmlUtils.java
index a2f71aa55..80d2c62b7 100644
--- 
a/maven-model-transform/src/main/java/org/apache/maven/model/transform/pull/XmlUtils.java
+++ 
b/maven-model-transform/src/main/java/org/apache/maven/model/transform/pull/XmlUtils.java
@@ -78,7 +78,25 @@ public class XmlUtils {
 serializer.cdsect(parser.getText());
 break;
 case XmlPullParser.ENTITY_REF:
-serializer.entityRef(parser.getName());
+final String name = parser.getName();
+if (name != null) {
+serializer.entityRef(name);
+} else { // mxparser is pseudo-bugy so handle this case 
(escaped xml char) in a tag without cdata
+final String text = parser.getText();
+switch (text) {
+case "&":
+serializer.entityRef("amp");
+break;
+

[maven] branch MNG-7831 created (now 981f64d3c)

2023-07-02 Thread rmannibucau
This is an automated email from the ASF dual-hosted git repository.

rmannibucau pushed a change to branch MNG-7831
in repository https://gitbox.apache.org/repos/asf/maven.git


  at 981f64d3c [MNG-7831] Ensure XmlUtils does not fail when xmlpullparser 
detects an entityref and parser.name is null

This branch includes the following new commits:

 new 981f64d3c [MNG-7831] Ensure XmlUtils does not fail when xmlpullparser 
detects an entityref and parser.name is null

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-javadoc-plugin] branch dependabot/maven/org.apache.maven.shared-maven-common-artifact-filters-3.3.2 deleted (was 1afd54c1)

2023-07-02 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.shared-maven-common-artifact-filters-3.3.2
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git


 was 1afd54c1 Bump maven-common-artifact-filters from 3.2.0 to 3.3.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[maven] 01/01: Rewrite API doc

2023-07-02 Thread elharo
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven.git

commit c34ee5bc2208fc8977f033e54de83a78673580b5
Author: Elliotte Rusty Harold 
AuthorDate: Sun Jul 2 12:01:51 2023 +

Rewrite API doc

Noticed this was a unclear and out of date
---
 .../java/org/apache/maven/artifact/handler/ArtifactHandler.java| 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git 
a/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
 
b/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
index 51c7c51d2..2e7c80963 100644
--- 
a/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
+++ 
b/maven-artifact/src/main/java/org/apache/maven/artifact/handler/ArtifactHandler.java
@@ -19,7 +19,7 @@
 package org.apache.maven.artifact.handler;
 
 /**
- * An artifact handler defines for a dependency type, defined as Plexus 
role:
+ * An artifact handler provides metadata for an artifact derived from the 
dependency element that references the artifact:
  * extension and classifier, to be able to download the file,
  * information on how to use the artifact: whether to add it to the 
classpath, or to take into account its
  * dependencies.
@@ -32,7 +32,8 @@ public interface ArtifactHandler {
 String ROLE = ArtifactHandler.class.getName();
 
 /**
- * Get the file extension associated to the file represented by the 
dependency type.
+ * Returns the file name extension used for dependencies of that type;
+ * e.g. "jar", "pom", "xml", etc.
  *
  * @return the file extension
  */
@@ -41,7 +42,7 @@ public interface ArtifactHandler {
 String getDirectory();
 
 /**
- * Get the classifier associated to the dependency type.
+ * Returns the classifier of the dependency.
  *
  * @return the classifier
  */



[maven] branch elharo-patch-1 created (now c34ee5bc2)

2023-07-02 Thread elharo
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a change to branch elharo-patch-1
in repository https://gitbox.apache.org/repos/asf/maven.git


  at c34ee5bc2 Rewrite API doc

This branch includes the following new commits:

 new c34ee5bc2 Rewrite API doc

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-gh-actions-shared] branch v3 updated: Maven 3.9.3 as default

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch v3
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


The following commit(s) were added to refs/heads/v3 by this push:
 new b961f08  Maven 3.9.3 as default
b961f08 is described below

commit b961f080ae80df6f0869fd49b9e075e9904069db
Author: Sylwester Lachiewicz 
AuthorDate: Sun Jul 2 12:50:22 2023 +0200

Maven 3.9.3 as default
---
 .github/workflows/maven-verify-test.yml | 2 +-
 .github/workflows/maven-verify.yml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-test.yml 
b/.github/workflows/maven-verify-test.yml
index bdafdfe..b0b82ba 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -33,4 +33,4 @@ jobs:
   ff-goal: test
   verify-goal: clean install
   verify-fail-fast: false
-  maven-matrix: '[ "3.2.5", "3.8.6" ]'
+  maven-matrix: '[ "3.2.5", "3.8.8", "3.9.3" ]'
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index fd430fa..fb5191a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -47,7 +47,7 @@ on:
   maven-matrix:
 description: The Maven version matrix as json array
 required: false
-default: '[ "3.9.2" ]'
+default: '[ "3.9.3" ]'
 type: string
 
   matrix-exclude:
@@ -84,7 +84,7 @@ on:
   ff-maven:
 description: The Maven version used during fail-fast-build job
 required: false
-default: '3.9.2'
+default: '3.9.3'
 type: string
 
   ff-jdk:



[maven-gh-actions-shared] 01/02: Bump maven-parent to 39

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch slachiewicz-java-20
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit e06e44f01ec0f5c48cbd12f2428555839944a77f
Author: Sylwester Lachiewicz 
AuthorDate: Fri Mar 31 22:45:57 2023 +0200

Bump maven-parent to 39
---
 pom.xml| 18 --
 src/main/java/org/apache/test/TestApp.java | 24 +---
 2 files changed, 17 insertions(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 76ceeef..fe18fe3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,17 +17,15 @@
   ~ specific language governing permissions and limitations
   ~ under the License.
   -->
-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;>
+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;>
   4.0.0
 
-
-  maven-parent
-  org.apache.maven
-  35
-  
-
+  
+org.apache.maven
+maven-parent
+39
+
+  
 
   test
   test
@@ -42,10 +40,10 @@
 maven-help-plugin
 
   
-initialize
 
   system
 
+initialize
   
 
   
diff --git a/src/main/java/org/apache/test/TestApp.java 
b/src/main/java/org/apache/test/TestApp.java
index 852a5d0..52afbf8 100644
--- a/src/main/java/org/apache/test/TestApp.java
+++ b/src/main/java/org/apache/test/TestApp.java
@@ -1,5 +1,3 @@
-package org.apache.test;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -9,7 +7,7 @@ package org.apache.test;
  * "License"); you may not use this file except in compliance
  * with the License.  You may obtain a copy of the License at
  *
- * http://www.apache.org/licenses/LICENSE-2.0
+ *   http://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
@@ -18,15 +16,14 @@ package org.apache.test;
  * specific language governing permissions and limitations
  * under the License.
  */
+package org.apache.test;
 
 /**
  * Test app
  */
-public class TestApp
-{
+public class TestApp {
 
-public static void main( String[] args )
-{
+public static void main(String[] args) {
 m1();
 m2();
 }
@@ -34,18 +31,15 @@ public class TestApp
 /**
  * FIXME in javadoc
  */
-private static void m1()
-{
-System.out.println( "Hello" );
+private static void m1() {
+System.out.println("Hello");
 }
 
-private static void m2()
-{
-System.out.println( "Hello" );
+private static void m2() {
+System.out.println("Hello");
 }
 
-private static void m3()
-{
+private static void m3() {
 // TODO test tag
 }
 }



[maven-gh-actions-shared] 02/02: Add Java 20 to tests

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch slachiewicz-java-20
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 76fe114fd62d200655dd19c4b8a12a19fd9c090c
Author: Sylwester Lachiewicz 
AuthorDate: Fri Mar 31 22:37:14 2023 +0200

Add Java 20 to tests
---
 .github/workflows/maven-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index fb5191a..8ec3e0b 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -35,7 +35,7 @@ on:
   jdk-matrix:
 description: jdk matrix as json array
 required: false
-default: '[ "8", "17" ]'
+default: '[ "20", "17", "8" ]'
 type: string
 
   jdk-distribution-matrix:
@@ -90,7 +90,7 @@ on:
   ff-jdk:
 description: The jdk version used during fail-fast-build job
 required: false
-default: '17'
+default: '20'
 type: string
 
   ff-jdk-distribution:



[maven-gh-actions-shared] branch slachiewicz-java-20 updated (4ea4492 -> 76fe114)

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch slachiewicz-java-20
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


omit 4ea4492  Run fail-fast with Java 17
omit 00849de  Run tests also with Java 20
omit 9869bff  Bump maven-parent to 39
 add 830d986  Use the same version of m-wrapper-p in every jobs
 add e6be743  Maven 3.9.2 as default
 add 89f2a04  Use Java 17 as default. Remove Java 11 from ci
 add 657a4e8  Maven 3.9.3 as default
 new e06e44f  Bump maven-parent to 39
 new 76fe114  Add Java 20 to tests

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4ea4492)
\
 N -- N -- N   refs/heads/slachiewicz-java-20 (76fe114)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 2 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.


Summary of changes:
 .github/workflows/maven-verify-test.yml |  2 +-
 .github/workflows/maven-verify.yml  | 10 +-
 2 files changed, 6 insertions(+), 6 deletions(-)



[maven-gh-actions-shared] branch maven-393 updated (07da121 -> 657a4e8)

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch maven-393
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


 discard 07da121  Update maven-verify.yml
 new 657a4e8  Maven 3.9.3 as default

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (07da121)
\
 N -- N -- N   refs/heads/maven-393 (657a4e8)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .github/workflows/maven-verify-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[maven-gh-actions-shared] 01/01: Maven 3.9.3 as default

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-393
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 657a4e8f8b990ccd2fe4c574d3f5576a4d6675b3
Author: Sylwester Lachiewicz 
AuthorDate: Sun Jul 2 12:50:22 2023 +0200

Maven 3.9.3 as default
---
 .github/workflows/maven-verify-test.yml | 2 +-
 .github/workflows/maven-verify.yml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven-verify-test.yml 
b/.github/workflows/maven-verify-test.yml
index bdafdfe..b0b82ba 100644
--- a/.github/workflows/maven-verify-test.yml
+++ b/.github/workflows/maven-verify-test.yml
@@ -33,4 +33,4 @@ jobs:
   ff-goal: test
   verify-goal: clean install
   verify-fail-fast: false
-  maven-matrix: '[ "3.2.5", "3.8.6" ]'
+  maven-matrix: '[ "3.2.5", "3.8.8", "3.9.3" ]'
diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index fd430fa..fb5191a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -47,7 +47,7 @@ on:
   maven-matrix:
 description: The Maven version matrix as json array
 required: false
-default: '[ "3.9.2" ]'
+default: '[ "3.9.3" ]'
 type: string
 
   matrix-exclude:
@@ -84,7 +84,7 @@ on:
   ff-maven:
 description: The Maven version used during fail-fast-build job
 required: false
-default: '3.9.2'
+default: '3.9.3'
 type: string
 
   ff-jdk:



[maven-gh-actions-shared] branch maven-393 created (now 07da121)

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch maven-393
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git


  at 07da121  Update maven-verify.yml

This branch includes the following new commits:

 new 07da121  Update maven-verify.yml

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-gh-actions-shared] 01/01: Update maven-verify.yml

2023-07-02 Thread slachiewicz
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch maven-393
in repository https://gitbox.apache.org/repos/asf/maven-gh-actions-shared.git

commit 07da1218472389250d55edd290a74725244f1109
Author: Sylwester Lachiewicz 
AuthorDate: Sun Jul 2 12:50:22 2023 +0200

Update maven-verify.yml
---
 .github/workflows/maven-verify.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven-verify.yml 
b/.github/workflows/maven-verify.yml
index fd430fa..fb5191a 100644
--- a/.github/workflows/maven-verify.yml
+++ b/.github/workflows/maven-verify.yml
@@ -47,7 +47,7 @@ on:
   maven-matrix:
 description: The Maven version matrix as json array
 required: false
-default: '[ "3.9.2" ]'
+default: '[ "3.9.3" ]'
 type: string
 
   matrix-exclude:
@@ -84,7 +84,7 @@ on:
   ff-maven:
 description: The Maven version used during fail-fast-build job
 required: false
-default: '3.9.2'
+default: '3.9.3'
 type: string
 
   ff-jdk: