Skip to content

Commit 5b23145

Browse files
authored
Merge pull request #4 from recena/pct
Make this plugin work with the PCT
2 parents ddda70d + dca212b commit 5b23145

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>2.32</version>
6+
<version>3.6</version>
77
</parent>
88

99
<groupId>org.jenkinsci.plugins</groupId>
@@ -14,9 +14,9 @@
1414
<packaging>hpi</packaging>
1515

1616
<scm>
17-
<connection>scm:git:ssh://github.com/jenkinsci/kubernetes-credentials-plugin.git</connection>
18-
<developerConnection>scm:git:ssh://[email protected]/jenkinsci/kubernetes-credentials-plugin.git</developerConnection>
19-
<url>https://github.com/jenkinsci/kubernetes-credentials-plugin</url>
17+
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
18+
<developerConnection>scm:git:[email protected]/jenkinsci/${project.artifactId}-plugin.git</developerConnection>
19+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2020
<tag>HEAD</tag>
2121
</scm>
2222

@@ -43,7 +43,7 @@
4343
<jackson.version>2.5.0</jackson.version>
4444
<jenkins.version>2.32.1</jenkins.version>
4545

46-
<slf4j.version>1.7.13</slf4j.version>
46+
<slf4j.version>1.7.25</slf4j.version>
4747

4848
<!-- jenkins plugins versions -->
4949
<jenkins-credentials.version>2.1.7</jenkins-credentials.version>
@@ -99,14 +99,14 @@
9999
<repositories>
100100
<repository>
101101
<id>repo.jenkins-ci.org</id>
102-
<url>http://repo.jenkins-ci.org/public/</url>
102+
<url>https://repo.jenkins-ci.org/public/</url>
103103
</repository>
104104
</repositories>
105105

106106
<pluginRepositories>
107107
<pluginRepository>
108108
<id>repo.jenkins-ci.org</id>
109-
<url>http://repo.jenkins-ci.org/public/</url>
109+
<url>https://repo.jenkins-ci.org/public/</url>
110110
</pluginRepository>
111111
</pluginRepositories>
112112

0 commit comments

Comments
 (0)