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

liuhongyu pushed a commit to branch 2.7.0.1-jdk8-release
in repository https://gitbox.apache.org/repos/asf/shenyu-client-java.git


The following commit(s) were added to refs/heads/2.7.0.1-jdk8-release by this 
push:
     new 22a3cca  [release] update scm
22a3cca is described below

commit 22a3cca759b3592dc4a8c9fb45c144ec79d43146
Author: liuhy <[email protected]>
AuthorDate: Sat Aug 16 08:02:31 2025 +0800

    [release] update scm
---
 pom.xml | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/pom.xml b/pom.xml
index da08196..de025b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,35 @@
         <module>shenyu-client-autoconfig</module>
     </modules>
     
+    <licenses>
+        <license>
+            <name>Apache License, Version 2.0</name>
+            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
+            <distribution>repo</distribution>
+        </license>
+    </licenses>
+    
+    <scm>
+        <url>https://github.com/apache/shenyu-client-java</url>
+        
<connection>scm:git:https://github.com/apache/shenyu-client-java.git</connection>
+        
<developerConnection>scm:git:https://github.com/apache/shenyu-client-java.git</developerConnection>
+        <tag>HEAD</tag>
+    </scm>
+    
+    <mailingLists>
+        <mailingList>
+            <name>Apache ShenYu Developer List</name>
+            <post>[email protected]</post>
+            <subscribe>[email protected]</subscribe>
+            <unsubscribe>[email protected]</unsubscribe>
+        </mailingList>
+    </mailingLists>
+    
+    <issueManagement>
+        <system>GitHub Issues</system>
+        <url>https://github.com/apache/shenyu/issues</url>
+    </issueManagement>
+    
     <properties>
         <java.version>1.8</java.version>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

Reply via email to