We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 905ee96 + d81cd4e commit 956427dCopy full SHA for 956427d
1 file changed
pom.xml
@@ -52,11 +52,10 @@
52
</license>
53
</licenses>
54
55
- <scm>
56
- <url>http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.java.git</url>
57
- <connection>scm:git://git.eclipse.org/gitroot/paho/org.eclipse.paho.mqtt.java.git</connection>
58
- <tag>java-parent-1.2.2</tag>
59
- </scm>
+ <scm>
+ <url>https://github.com/eclipse/paho.mqtt.java.git</url>
+ <connection>scm:git:git@github.com:eclipse/paho.mqtt.java.git</connection>
+ </scm>
60
61
<distributionManagement>
62
<repository>
0 commit comments