This is an automated email from the ASF dual-hosted git repository. gaoxihui pushed a commit to branch release-2.2.2-rc1 in repository https://gitbox.apache.org/repos/asf/ozhera.git
commit d002f06a73a0396fd6544edfbdb11f153cc39d98 Author: gaoxihui <[email protected]> AuthorDate: Wed Dec 4 16:16:43 2024 +0800 feat: add scm configuration --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 60e68bd4..6b68e47c 100644 --- a/pom.xml +++ b/pom.xml @@ -1120,5 +1120,7 @@ </repository> </distributionManagement> - + <scm> + <developerConnection>scm:git:https://github.com/apache/ozhera.git</developerConnection> + </scm> </project> \ No newline at end of file --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
