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

Whats the suggestion for those? Did they get moved to other modules?

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-dev/bc8f90da-bd1f-414e-832b-1e2386d17703%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to