File tree Expand file tree Collapse file tree 2 files changed +6
-20
lines changed
src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder Expand file tree Collapse file tree 2 files changed +6
-20
lines changed Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.jenkins-ci.plugins</groupId >
5
5
<artifactId >plugin</artifactId >
6
- <version >2.11</version >
6
+ <version >5.18</version >
7
+ <relativePath />
7
8
</parent >
8
9
9
10
<properties >
19
20
<url >https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin</url >
20
21
21
22
<scm >
22
- <connection >scm:git:ssh ://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</connection >
23
+ <connection >scm:git:https ://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</connection >
23
24
<developerConnection >scm:git:ssh://git@github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</developerConnection >
24
25
<url >https://github.com/jenkinsci/bitbucket-pullrequest-builder-plugin.git</url >
25
26
<tag >bitbucket-pullrequest-builder-1.4.30</tag >
26
- </scm >
27
- <developers >
28
- <developer >
29
- <id >nishio_dens</id >
30
- <name >nishio_dens</name >
31
- <email >nishio@densan-labs.net</email >
32
- </developer >
33
- <developer >
34
- <id >damovsky</id >
35
- <name >Martin Damovsky</name >
36
- <email >martin.damovsky@gmail.com</email >
37
- </developer >
38
- </developers >
27
+ </scm >
39
28
40
29
<!-- get every artifact through repo.jenkins-ci.org, which proxies all the artifacts that we need -->
41
30
<repositories >
65
54
<dependency >
66
55
<groupId >commons-codec</groupId >
67
56
<artifactId >commons-codec</artifactId >
68
- <version >1.9</version >
69
57
</dependency >
70
58
<dependency >
71
59
<groupId >org.codehaus.jackson</groupId >
80
68
<dependency >
81
69
<groupId >org.jenkins-ci</groupId >
82
70
<artifactId >symbol-annotation</artifactId >
83
- <version >1.1</version >
84
71
</dependency >
85
72
<dependency >
86
73
<groupId >com.google.guava</groupId >
87
74
<artifactId >guava</artifactId >
88
- <version >14.0-rc3</version >
89
75
</dependency >
90
76
<dependency >
91
77
<groupId >org.easymock</groupId >
Original file line number Diff line number Diff line change 26
26
import org .eclipse .jgit .transport .URIish ;
27
27
import org .jenkinsci .Symbol ;
28
28
import org .kohsuke .stapler .DataBoundConstructor ;
29
- import org .kohsuke .stapler .StaplerRequest ;
29
+ import org .kohsuke .stapler .StaplerRequest2 ;
30
30
31
31
import antlr .ANTLRException ;
32
32
import hudson .Extension ;
@@ -381,7 +381,7 @@ public String getDisplayName() {
381
381
}
382
382
383
383
@ Override
384
- public boolean configure (StaplerRequest req , JSONObject json ) throws FormException {
384
+ public boolean configure (StaplerRequest2 req , JSONObject json ) throws FormException {
385
385
save ();
386
386
return super .configure (req , json );
387
387
}
You can’t perform that action at this time.
0 commit comments