Skip to content

Commit

Permalink
Merge pull request #4 from recena/pct
Browse files Browse the repository at this point in the history
Make this plugin work with the PCT
  • Loading branch information
maxlaverse committed Mar 25, 2018
2 parents ddda70d + dca212b commit 5b23145
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.32</version>
<version>3.6</version>
</parent>

<groupId>org.jenkinsci.plugins</groupId>
Expand All @@ -14,9 +14,9 @@
<packaging>hpi</packaging>

<scm>
<connection>scm:git:ssh://github.com/jenkinsci/kubernetes-credentials-plugin.git</connection>
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/kubernetes-credentials-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/kubernetes-credentials-plugin</url>
<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/${project.artifactId}-plugin</url>
<tag>HEAD</tag>
</scm>

Expand All @@ -43,7 +43,7 @@
<jackson.version>2.5.0</jackson.version>
<jenkins.version>2.32.1</jenkins.version>

<slf4j.version>1.7.13</slf4j.version>
<slf4j.version>1.7.25</slf4j.version>

<!-- jenkins plugins versions -->
<jenkins-credentials.version>2.1.7</jenkins-credentials.version>
Expand Down Expand Up @@ -99,14 +99,14 @@
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>repo.jenkins-ci.org</id>
<url>http://repo.jenkins-ci.org/public/</url>
<url>https://repo.jenkins-ci.org/public/</url>
</pluginRepository>
</pluginRepositories>

Expand Down

0 comments on commit 5b23145

Please sign in to comment.