Skip to content

Commit

Permalink
[JENKINS-33104] updated to 1.580 core, 2.3 plugin-pom, java 6 and esc…
Browse files Browse the repository at this point in the history
…ape-by-default
  • Loading branch information
escoem committed Feb 23, 2016
1 parent 5032d83 commit 3ef85a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 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,11 @@
</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>
</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 3ef85a3

Please sign in to comment.