Skip to content

Commit 60ace60

Browse files
author
Binh Pham
committed
Update developerConnection in scm config
In other to automatically push new development version in release:prepare phase in CI machine
1 parent bc0ee1c commit 60ace60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<scm>
2626
<url>git@github.com:gooddata/gooddata-java.git</url>
2727
<connection>scm:git:git@github.com:gooddata/gooddata-java.git</connection>
28-
<developerConnection>scm:git:${basedir}</developerConnection>
28+
<developerConnection>scm:git:git@github.com:gooddata/gooddata-java.git</developerConnection>
2929
<tag>HEAD</tag>
3030
</scm>
3131

0 commit comments

Comments
 (0)