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

mapohl pushed a commit to branch release-1.18
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.18 by this push:
     new 0e54a36249a [hotfix] Fix maven property typo in root pom.xml
0e54a36249a is described below

commit 0e54a36249acfc42ac2caf9fd813aa30b9628851
Author: Ryan Skraba <rskr...@apache.org>
AuthorDate: Tue Mar 19 16:02:36 2024 +0100

    [hotfix] Fix maven property typo in root pom.xml
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3246cf9a81a..af682b01597 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1019,7 +1019,7 @@ under the License.
                                                        <excludedGroups>
                                                                
${surefire.excludedGroups.github-actions},
                                                                
${surefire.excludedGroups.adaptive-scheduler},
-                                                               
${surefire.excludedGroups.jdk,
+                                                               
${surefire.excludedGroups.jdk}
                                                        </excludedGroups>
                                                </configuration>
                                        </plugin>

Reply via email to