Skip to content

Commit c23a73c

Browse files
committed
Fix scm issue.
1 parent f82ddc7 commit c23a73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<scm>
7979
<url>http://github.com/mybatis/spring</url>
8080
<connection>scm:git:ssh://github.com/mybatis/spring.git</connection>
81-
<developerConnection>scm:git:git+ssh://[email protected]/mybatis/spring.git</developerConnection>
81+
<developerConnection>scm:git:ssh://[email protected]/mybatis/spring.git</developerConnection>
8282
<tag>HEAD</tag>
8383
</scm>
8484
<issueManagement>

0 commit comments

Comments
 (0)