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

jark pushed a commit to branch ci-test
in repository https://gitbox.apache.org/repos/asf/fluss-shaded.git


The following commit(s) were added to refs/heads/ci-test by this push:
     new d0f4b6a  try
d0f4b6a is described below

commit d0f4b6a6ea015d2c3f2bd1138d9dd21014f5ec74
Author: Jark Wu <[email protected]>
AuthorDate: Sun Aug 3 20:42:23 2025 +0800

    try
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index a829932..a94ae85 100644
--- a/pom.xml
+++ b/pom.xml
@@ -326,7 +326,7 @@
                             <goal>java</goal>
                         </goals>
                         <configuration>
-                            
<mainClass>org.apache.fluss.shaded.tools.ci.licensecheck.LicenseChecker</mainClass>
+                            
<mainClass>org.apache.flink.tools.ci.licensecheck.LicenseChecker</mainClass>
                         </configuration>
                     </execution>
                 </executions>
@@ -336,9 +336,9 @@
                 </configuration>
                 <dependencies>
                     <dependency>
-                        <groupId>org.apache.fluss</groupId>
-                        <artifactId>fluss-shaded-ci-tools</artifactId>
-                        <version>1.0-incubating</version>
+                        <groupId>org.apache.flink</groupId>
+                        <artifactId>flink-ci-tools</artifactId>
+                        <version>1.18.0</version>
                     </dependency>
                 </dependencies>
             </plugin>

Reply via email to