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

weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git


The following commit(s) were added to refs/heads/main by this push:
     new e6ecdd36 feat(Java): make maven-spotless-plugin version as a parameter 
(#560)
e6ecdd36 is described below

commit e6ecdd36a8dfce7fd0e04ffd2ee85e19053e9704
Author: Cancai Cai <[email protected]>
AuthorDate: Tue Jul 30 10:28:07 2024 +0800

    feat(Java): make maven-spotless-plugin version as a parameter (#560)
---
 maven-projects/java/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/maven-projects/java/pom.xml b/maven-projects/java/pom.xml
index e0c3b4d3..61ec3a1d 100644
--- a/maven-projects/java/pom.xml
+++ b/maven-projects/java/pom.xml
@@ -50,6 +50,7 @@
         <arrow.version>13.0.0</arrow.version>
         <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
         <maven.javadoc.version>3.4.0</maven.javadoc.version>
+        <maven-spotless-plugin.version>2.20.0</maven-spotless-plugin.version>
         <javadoc.output.directory>graphar-javadoc</javadoc.output.directory>
         <javadoc.output.destDir>graphar-javadoc</javadoc.output.destDir>
         <buildGarCPP>ON</buildGarCPP>
@@ -312,7 +313,7 @@
                 <plugin>
                     <groupId>com.diffplug.spotless</groupId>
                     <artifactId>spotless-maven-plugin</artifactId>
-                    <version>2.20.0</version>
+                    <version>${maven-spotless-plugin.version}</version>
                     <configuration>
                         <java>
                             <googleJavaFormat>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to