Skip to content

Commit 581f53a

Browse files
committed
More changes from PR jenkinsci#67
Change version of org.jenkins-ci.plugins/plugin from 2.22 to 2.29, which is the last version that works with a Java7 JDK. PR jenkinsci#67 upgraded to 2.30 which is Java8-only, and I'm hoping to avoid that at present.
1 parent 7d6bb79 commit 581f53a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 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>2.22</version>
6+
<version>2.29</version>
77
</parent>
88

99
<artifactId>vsphere-cloud</artifactId>
@@ -32,14 +32,14 @@
3232
<comments>A business-friendly OSS license</comments>
3333
</license>
3434
</licenses>
35-
35+
3636
<scm>
3737
<connection>scm:git:https://github.com/jenkinsci/vsphere-cloud-plugin.git</connection>
3838
<developerConnection>scm:git:https://git@github.com/jenkinsci/vsphere-cloud-plugin.git</developerConnection>
3939
<url>https://github.com/jenkinsci/vsphere-cloud-plugin</url>
4040
<tag>HEAD</tag>
41-
</scm>
42-
41+
</scm>
42+
4343
<properties>
4444
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4545
</properties>
@@ -58,7 +58,7 @@
5858
<url>http://repo.jenkins-ci.org/public/</url>
5959
</pluginRepository>
6060
</pluginRepositories>
61-
61+
6262
<dependencies>
6363
<dependency>
6464
<groupId>org.kohsuke.stapler</groupId>
@@ -106,7 +106,7 @@
106106
<groupId>org.jenkins-ci.tools</groupId>
107107
<artifactId>maven-hpi-plugin</artifactId>
108108
<configuration>
109-
<disabledTestInjection>true</disabledTestInjection>
109+
<disabledTestInjection>false</disabledTestInjection>
110110
</configuration>
111111
</plugin>
112112
<plugin>

0 commit comments

Comments
 (0)