File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
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 >1.466 </version > <!-- which version of Jenkins is this plugin built against? -- >
6
+ <version >2.26 </version >
7
7
</parent >
8
8
9
9
<groupId >org.jenkins-ci.plugins</groupId >
13
13
14
14
<url >https://wiki.jenkins-ci.org/display/JENKINS/MySQL+Database+Plugin</url >
15
15
16
+ <properties >
17
+ <java .level>8</java .level>
18
+ </properties >
19
+
16
20
<dependencies >
17
21
<dependency >
18
22
<groupId >mysql</groupId >
19
23
<artifactId >mysql-connector-java</artifactId >
20
- <version >5.1.38 </version >
24
+ <version >5.1.42 </version >
21
25
</dependency >
22
26
<dependency >
23
27
<groupId >${project.groupId} </groupId >
Original file line number Diff line number Diff line change
1
+ <?jelly escape-by-default =' true' ?>
1
2
<div >
2
3
Adds MySQL connectivity to the database plugin
3
- </div >
4
+ </div >
You can’t perform that action at this time.
0 commit comments