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 236a1f4 commit d2d0b83Copy full SHA for d2d0b83
pom.xml
@@ -33,7 +33,14 @@
33
<distribution>repo</distribution>
34
</license>
35
</licenses>
36
-
+
37
+ <scm>
38
+ <url>https://github.com/FlowingCode/CommonsDemo</url>
39
+ <connection>scm:git:git://github.com/FlowingCode/CommonsDemo.git</connection>
40
+ <developerConnection>scm:git:ssh://[email protected]:/FlowingCode/CommonsDemo.git</developerConnection>
41
+ <tag>master</tag>
42
+ </scm>
43
44
<dependencyManagement>
45
<dependencies>
46
<dependency>
0 commit comments