Skip to content

Commit

Permalink
JENKINS-26332: Deprecating pretest-commit plugin - fixed scm connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Bue Petersen committed Jan 8, 2015
1 parent 35f90f5 commit 053bb7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -22,11 +22,11 @@
</repositories>

<!-- setting CSM to git -->
<scm>
<connection>scm:git:ssh://github.com/jenkinsci/pretested-integration-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/pretested-integration-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pretested-integration-plugin</url>
</scm>
<scm>
<connection>scm:git:ssh://github.com/Praqma/pretested-integration-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/Praqma/pretested-integration-plugin.git</developerConnection>
<url>https://github.com/Praqma/pretested-integration-plugin</url>
</scm>
<!--
<scm>
<connection>scm:git:git://github.com/pcds2013-team-delta/pretest-commit-plugin.git</connection>
Expand Down

0 comments on commit 053bb7b

Please sign in to comment.