Skip to content

Commit 832506e

Browse files
update connector version
bump plugin pom version
1 parent 09f9439 commit 832506e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.jenkins-ci.plugins</groupId>
55
<artifactId>plugin</artifactId>
6-
<version>1.466</version><!-- which version of Jenkins is this plugin built against? -->
6+
<version>2.26</version>
77
</parent>
88

99
<groupId>org.jenkins-ci.plugins</groupId>
@@ -13,11 +13,15 @@
1313

1414
<url>https://wiki.jenkins-ci.org/display/JENKINS/MySQL+Database+Plugin</url>
1515

16+
<properties>
17+
<java.level>8</java.level>
18+
</properties>
19+
1620
<dependencies>
1721
<dependency>
1822
<groupId>mysql</groupId>
1923
<artifactId>mysql-connector-java</artifactId>
20-
<version>5.1.38</version>
24+
<version>5.1.42</version>
2125
</dependency>
2226
<dependency>
2327
<groupId>${project.groupId}</groupId>

src/main/resources/index.jelly

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<?jelly escape-by-default='true'?>
12
<div>
23
Adds MySQL connectivity to the database plugin
3-
</div>
4+
</div>

0 commit comments

Comments
 (0)