File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.jenkins-ci.plugins</groupId >
7
7
<artifactId >plugin</artifactId >
8
- <version >4.47</version >
8
+ <version >4.50</version >
9
+ <relativePath />
9
10
</parent >
10
11
11
12
<artifactId >parameterized-scheduler</artifactId >
15
16
<properties >
16
17
<revision >1.2</revision >
17
18
<changelist >-SNAPSHOT</changelist >
18
- <gitHubRepo >jenkinsci/parameterized-scheduler -plugin</gitHubRepo >
19
+ <gitHubRepo >jenkinsci/${project.artifactId} -plugin</gitHubRepo >
19
20
<jenkins .version>2.289.3</jenkins .version>
20
21
</properties >
21
22
22
23
<name >Parameterized Scheduler</name >
23
24
<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 >
25
26
<licenses >
26
27
<license >
27
28
<name >MIT License</name >
28
- <url >http ://www. opensource.org/licenses/mit-license.php </url >
29
+ <url >https ://opensource.org/licenses/MIT </url >
29
30
<distribution >repo</distribution >
30
31
</license >
31
32
</licenses >
40
41
</developers >
41
42
42
43
<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 >
45
46
<url >https://github.com/${gitHubRepo} </url >
46
47
<tag >${scmTag} </tag >
47
48
</scm >
You can’t perform that action at this time.
0 commit comments