Skip to content

Commit

Permalink
Correct SCM URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Mstoegerer committed May 10, 2017
1 parent e89f028 commit 8ed144f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<artifactId>ranorex-integration</artifactId>
<packaging>hpi</packaging>
<version>0.0.1</version>
<version>0.0.1-SNAPSHOT</version>
<name>Ranorex Test Execution Plugin</name>
<description>This plugin provides an easy way to run a Ranorex test suite as a build step in your Jenkins job. You can run a test suite as is without any need for configuration, or you can make several different advanced settings.</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Ranorex+Integration+Plugin</url>
Expand All @@ -31,9 +31,8 @@

<scm>
<connection>scm:git:ssh://github.com/jenkinsci/ranorex-integration-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com:jenkinsci/ranorex-integration-plugin.git</developerConnection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/ranorex-integration-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/ranorex-integration-plugin.git</url>
<tag>0.0.1</tag>
</scm>

<repositories>
Expand Down

0 comments on commit 8ed144f

Please sign in to comment.