Skip to content

Commit 4789540

Browse files
committed
POM fixups
1 parent 8bbdf0e commit 4789540

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pom.xml

Lines changed: 7 additions & 6 deletions
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)