Trying to upgrade to the latest base plugin for jenkins and running into a couple issues.
I'm pretty certain the upgrade should just be a minor change to the pom file to separate things out:
diff --git a/pom.xml b/pom.xml
index 14b1b17..769ca98 100755
--- a/pom.xml
+++ b/pom.xml
@@ -3,9 +3,14 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
- <version>1.609.2</version>
+ <version>2.11</version>
+ <relativePath/>
</parent>
<properties>
+ <!-- Baseline Jenkins version you use to build the plugin. Users must have this version or newer to run. -->
+ <jenkins.version>1.609.2</jenkins.version>
+ <!-- Java Level to use. Java 7 required when using core >= 1.612 -->
+ <java.level>7</java.level>
But I can no longer run the tests that call jenkinsRule.configureDefaultMaven and createMavenProject