We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8cbfdc commit d08c520Copy full SHA for d08c520
pom.xml
@@ -26,9 +26,9 @@
26
<relativePath />
27
</parent>
28
29
+ <groupId>org.mybatis</groupId>
30
<artifactId>mybatis</artifactId>
31
<version>3.5.15-SNAPSHOT</version>
- <packaging>jar</packaging>
32
33
<name>mybatis</name>
34
<description>
@@ -110,7 +110,7 @@
110
111
<scm>
112
<url>https://github.com/mybatis/mybatis-3</url>
113
- <connection>scm:git:ssh://github.com/mybatis/mybatis-3.git</connection>
+ <connection>scm:git:ssh://git@github.com/mybatis/mybatis-3.git</connection>
114
<developerConnection>scm:git:ssh://[email protected]/mybatis/mybatis-3.git</developerConnection>
115
<tag>mybatis-3.5.12</tag>
116
</scm>
0 commit comments