Skip to content

Commit b24ee1a

Browse files
authored
Merge pull request #296 from sqlancer/scm-fix
Fix the SCM link in pom.xml
2 parents 7f12391 + ad2f342 commit b24ee1a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.sqlancer</groupId>
66
<artifactId>sqlancer</artifactId>
7-
<version>1.0</version>
7+
<version>1.0.1</version>
88
<name>SQLancer</name>
99
<url>http://www.sqlancer.com/</url>
1010
<description>SQLancer finds logic bugs in Database Management Systems through automatic testing</description>
@@ -30,9 +30,9 @@
3030
</developer>
3131
</developers>
3232
<scm>
33-
<url>git@github.com:sqlancer/sqlancer.git</url>
34-
<connection>scm:git:git@github.com:sqlancer/sqlancer.git</connection>
35-
<developerConnection>scm:git:git@github.com:sqlancer/sqlancer.git</developerConnection>
33+
<url>https://github.com/sqlancer/sqlancer/</url>
34+
<connection>scm:git:git://github.com/sqlancer/sqlancer.git</connection>
35+
<developerConnection>scm:git:ssh://github.com:sqlancer/sqlancer.git</developerConnection>
3636
</scm>
3737
<properties>
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)