Skip to content

Commit 57a4d2e

Browse files
authored
Merge pull request #160 from basil/pom
POM fixups
2 parents 8bbdf0e + 4789540 commit 57a4d2e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
<parent>
66
<groupId>org.jenkins-ci.plugins</groupId>
77
<artifactId>plugin</artifactId>
8-
<version>4.47</version>
8+
<version>4.50</version>
9+
<relativePath />
910
</parent>
1011

1112
<artifactId>parameterized-scheduler</artifactId>
@@ -15,17 +16,17 @@
1516
<properties>
1617
<revision>1.2</revision>
1718
<changelist>-SNAPSHOT</changelist>
18-
<gitHubRepo>jenkinsci/parameterized-scheduler-plugin</gitHubRepo>
19+
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1920
<jenkins.version>2.289.3</jenkins.version>
2021
</properties>
2122

2223
<name>Parameterized Scheduler</name>
2324
<description>Lets you define many cron-like format but with additional parameters for each definition</description>
24-
<url>https://github.com/jenkinsci/parameterized-scheduler-plugin</url>
25+
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
2526
<licenses>
2627
<license>
2728
<name>MIT License</name>
28-
<url>http://www.opensource.org/licenses/mit-license.php</url>
29+
<url>https://opensource.org/licenses/MIT</url>
2930
<distribution>repo</distribution>
3031
</license>
3132
</licenses>
@@ -40,8 +41,8 @@
4041
</developers>
4142

4243
<scm>
43-
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
44-
<developerConnection>scm:git:ssh://[email protected]/${gitHubRepo}.git</developerConnection>
44+
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
45+
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
4546
<url>https://github.com/${gitHubRepo}</url>
4647
<tag>${scmTag}</tag>
4748
</scm>

0 commit comments

Comments
 (0)