We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ac2e1 commit 0a84396Copy full SHA for 0a84396
pom.xml
@@ -34,10 +34,10 @@ limitations under the License.
34
</description>
35
36
<scm>
37
- <connection>scm:git:[email protected]:codehaus-plexus/plexus-utils.git</connection>
38
- <developerConnection>scm:git:[email protected]:codehaus-plexus/plexus-utils.git</developerConnection>
39
- <url>http://github.com/codehaus-plexus/plexus-utils</url>
+ <connection>scm:git:https://github.com/codehaus-plexus/plexus-utils.git</connection>
+ <developerConnection>${project.scm.connection}</developerConnection>
40
<tag>master</tag>
+ <url>https://github.com/codehaus-plexus/plexus-utils/tree/master/</url>
41
</scm>
42
<issueManagement>
43
<system>github</system>
0 commit comments