Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #9 from escoem/JENKINS-33104
Browse files Browse the repository at this point in the history
[JENKINS-33104] Upgrade to plugin-pom
  • Loading branch information
escoem committed Feb 23, 2016
2 parents 5032d83 + 4083df0 commit c552861
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.424</version>
<version>2.3</version>
</parent>

<artifactId>job-import-plugin</artifactId>
Expand All @@ -44,6 +44,12 @@
</description>
<url>http://wiki.jenkins-ci.org/display/JENKINS/Job+Import+Plugin</url>

<properties>
<jenkins.version>1.580</jenkins.version>
<java.level>6</java.level>
<findbugs.failOnError>false</findbugs.failOnError>
</properties>

<licenses>
<license>
<name>The MIT license</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/index.jelly
Expand Up @@ -21,7 +21,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
-->

<?jelly escape-by-default='true'?>
<div>
<span>
The
Expand Down
Expand Up @@ -22,7 +22,7 @@
THE SOFTWARE.
-->

<?jelly escape-by-default='false'?>
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<j:getStatic var="permission" className="hudson.model.Item" field="CREATE"/>
<l:layout norefresh="true" permission="${permission}" title="${%Job.Import.Plugin.Title}">
Expand Down

0 comments on commit c552861

Please sign in to comment.