Skip to content

Commit

Permalink
Fixes on pom.xml
Browse files Browse the repository at this point in the history
Use project.artifactId for scm.connection and scm.developerConnection
Fixed developerConnection URL format
  • Loading branch information
jlamasrios committed Mar 2, 2018
1 parent 78fd5b9 commit c988088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -62,8 +62,8 @@ THE SOFTWARE.
</developers>

<scm>
<connection>scm:git:git://github.com/jenkinsci/genexus-plugin.git</connection>
<developerConnection>scm:git:git://git@github.com:jenkinsci/genexus-plugin.git</developerConnection>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/genexus-plugin</url>
<tag>HEAD</tag>
</scm>
Expand Down

0 comments on commit c988088

Please sign in to comment.