-
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>
[JENKINS-33104] Upgrade to plugin-pom
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: Open [ 1 ] |
Resolution | New: Done [ 10000 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 168971 ] | New: JNJira + In-Review [ 209738 ] |
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