Skip to content

Commit

Permalink
pom: update scm config to use jenkinsci GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
hashar committed Feb 19, 2021
1 parent 0568137 commit 122b4c3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,12 @@
</developer>
</developers>

<!-- #we don't need download tarball anymore, now we build from the source code
<scm>
<connection>scm:git:git@github.com:gooddata/gearman-plugin.git</connection>
<developerConnection>scm:git:git@github.com:gooddata/gearman-plugin.git</developerConnection>
<url>https://github.com/gooddata/gearman-plugin</url>
<tag>HEAD</tag>
</scm> -->
<connection>scm:git:git@github.com:jenkinsci/gearman-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/gearman-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/gearman-plugin</url>
<tag>HEAD</tag>
</scm>

<properties>
<java.level>8</java.level>
Expand Down

0 comments on commit 122b4c3

Please sign in to comment.