Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit

Permalink
Fix POM_SCM_CONNECTION and POM_SCM_DEV_CONNECTION
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 4, 2024
1 parent 08b9c01 commit 62e4df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@ POM_LICENSE_URL=https://www.apache.org/licenses/LICENSE-2.0.txt
POM_LICENSE_DIST=repo

POM_SCM_URL=https://github.com/https://github.com/Goooler/shadow
POM_SCM_CONNECTION=scm:git:git://github.com/https://github.com/Goooler/shadow.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/https://github.com/Goooler/shadow.git
POM_SCM_CONNECTION=scm:git:git://github.com/Goooler/shadow.git
POM_SCM_DEV_CONNECTION=scm:git:ssh://git@github.com/Goooler/shadow.git

POM_DEVELOPER_ID=Gooooler
POM_DEVELOPER_NAME=Zongle Wang

0 comments on commit 62e4df9

Please sign in to comment.