Skip to content

Commit 7ec46b7

Browse files
author
Olivier Chédru
committed
Add missing info
1 parent 461cf25 commit 7ec46b7

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
23
<modelVersion>4.0.0</modelVersion>
34

45
<groupId>org.dhatim</groupId>
@@ -19,8 +20,9 @@
1920
</licenses>
2021

2122
<scm>
22-
<connection>scm:git:https://github.com/dhatim/hamcrest-postgresql</connection>
23-
<tag>HEAD</tag>
23+
<connection>scm:git:[email protected]:dhatim/hamcrest-postgresql.git</connection>
24+
<developerConnection>scm:git:[email protected]:dhatim/hamcrest-postgresql.git</developerConnection>
25+
<url>[email protected]:dhatim/hamcrest-postgresql.git</url>
2426
</scm>
2527

2628
<properties>

0 commit comments

Comments
 (0)