You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by wu...@apache.org on 2023/03/24 02:18:55 UTC

[shardingsphere] branch 5.3.2-release updated: Update pom.xml of shardingsphere-infra-util

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

wuweijie pushed a commit to branch 5.3.2-release
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/5.3.2-release by this push:
     new 7ee273dd209 Update pom.xml of shardingsphere-infra-util
7ee273dd209 is described below

commit 7ee273dd209c6b93c6b8f3b1a18049e112c75202
Author: 吴伟杰 <wu...@apache.org>
AuthorDate: Fri Mar 24 10:18:42 2023 +0800

    Update pom.xml of shardingsphere-infra-util
---
 infra/util/pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/infra/util/pom.xml b/infra/util/pom.xml
index 48d5927f65b..eee8c71842b 100644
--- a/infra/util/pom.xml
+++ b/infra/util/pom.xml
@@ -63,14 +63,13 @@
                         <phase>process-test-classes</phase>
                         <configuration>
                             <artifactItems>
-                                <!--TODO Need to explore and change to `org.apache.shardingsphere:shardingsphere-infra-util-groovy:${project.version}`-->
                                 <artifactItem>
                                     <groupId>org.apache.shardingsphere</groupId>
-                                    <artifactId>shardingsphere-infra-util</artifactId>
-                                    <version>5.3.1</version>
+                                    <artifactId>shardingsphere-infra-util-groovy</artifactId>
+                                    <version>${project.version}</version>
                                     <type>jar</type>
                                     <overWrite>true</overWrite>
-                                    <destFileName>shardingsphere-infra-util.jar</destFileName>
+                                    <destFileName>shardingsphere-infra-util-groovy.jar</destFileName>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.groovy</groupId>