Skip to content

Commit 355d34e

Browse files
authored
Update gradle.properties
add missing username to POM_SCM_CONNECTION and POM_SCM_DEV_CONNECTION
1 parent c94ccc6 commit 355d34e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ POM_DESCRIPTION=Android library to display various debugging information in an o
3333

3434
POM_URL=https://github.com/Manabu-GT/DebugOverlay-Android
3535
POM_SCM_URL=https://github.com/Manabu-GT/DebugOverlay-Android
36-
POM_SCM_CONNECTION=scm:git:https://github.com/DebugOverlay-Android.git
37-
POM_SCM_DEV_CONNECTION=scm:git:[email protected]:DebugOverlay-Android.git
36+
POM_SCM_CONNECTION=scm:git:git://github.com/Manabu-GT/DebugOverlay-Android.git
37+
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Manabu-GT/DebugOverlay-Android.git
3838

3939
POM_LICENCE_NAME=The Apache Software License, Version 2.0
4040
POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt

0 commit comments

Comments
 (0)