-
Improvement
-
Resolution: Done
-
Minor
-
None
In order to use the new POM:
Change the parent POM of your plugin:
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>2.3</version>
</parent>
Override the needed properties, e.g.:
<properties>
<jenkins.version>1.424</jenkins.version>
</properties>
Code changed in jenkins
User: Emilio Escobar
Path:
pom.xml
src/main/resources/index.jelly
src/main/resources/org/jenkins/ci/plugins/jobimport/JobImportAction/index.jelly
http://jenkins-ci.org/commit/job-import-plugin/3ef85a3f4058c1acfe30da31f7ca92b2f398bc15
Log:
JENKINS-33104updated to 1.580 core, 2.3 plugin-pom, java 6 and escape-by-default