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

srowen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new ba1c2f3b383 [SPARK-44890][BUILD] Update miswritten remarks
ba1c2f3b383 is described below

commit ba1c2f3b38396c01739375d6e83ac84b581d951e
Author: chenyu-opensource <119398199+chenyu-opensou...@users.noreply.github.com>
AuthorDate: Mon Sep 4 09:12:33 2023 -0500

    [SPARK-44890][BUILD] Update miswritten remarks
    
    ### What changes were proposed in this pull request?
    
    The PR updates miswritten remarks in pom.xml
    
    ### Why are the changes needed?
    
    More accurate and standardized
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    It doesn't need to. It is annotation information that does not affect 
actual operation
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #42598 from chenyu-opensource/master.
    
    Authored-by: chenyu-opensource 
<119398199+chenyu-opensou...@users.noreply.github.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8edc3fd550c..efd1c6ffdb9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -153,7 +153,7 @@
     <ivy.version>2.5.1</ivy.version>
     <oro.version>2.0.8</oro.version>
     <!--
-    If you changes codahale.metrics.version, you also need to change
+    If you change codahale.metrics.version, you also need to change
     the link to metrics.dropwizard.io in docs/monitoring.md.
     -->
     <codahale.metrics.version>4.2.19</codahale.metrics.version>
@@ -175,7 +175,7 @@
     <scala.version>2.12.18</scala.version>
     <scala.binary.version>2.12</scala.binary.version>
     <scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
-    <!-- dont update scala-maven-plugin to version 4.8.1 SPARK-42809 and 
SPARK-43595 -->   
+    <!-- don't upgrade scala-maven-plugin to version 4.8.1 SPARK-42809 and 
SPARK-43595 -->   
     <scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
     <maven.scaladoc.skip>false</maven.scaladoc.skip>
     <versions-maven-plugin.version>2.16.0</versions-maven-plugin.version>
@@ -204,7 +204,7 @@
     <janino.version>3.1.9</janino.version>
     <!--
       Please don't upgrade the version to 3.0.0+,
-      Because it transition Jakarta REST API from javax to jakarta package.
+      Because it transitions Jakarta REST API from javax to jakarta package.
     -->
     <jersey.version>2.40</jersey.version>
     <joda.version>2.12.5</joda.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to