Skip to content

Commit

Permalink
Merge pull request #28 from jenkinsci/jetty9.2
Browse files Browse the repository at this point in the history
[JENKINS-23378] update to Jetty9.2
  • Loading branch information
kohsuke committed Feb 25, 2016
2 parents 01181f0 + ebe619a commit a91d455
Show file tree
Hide file tree
Showing 4 changed files with 348 additions and 415 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Expand Up @@ -51,7 +51,7 @@
<dollar>$</dollar>
<openbracket>{</openbracket>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.level>6</java.level>
<java.level>7</java.level>
</properties>

<repositories>
Expand All @@ -71,7 +71,7 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.2</version>
<version>3.4</version>
<!-- annotations are not needed for plugin execution, so exclude using provided scope -->
<scope>provided</scope>
</dependency>
Expand Down Expand Up @@ -118,9 +118,9 @@
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.mortbay.jetty</groupId>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-maven-plugin</artifactId>
<version>8.1.16.v20140903</version>
<version>9.2.15.v20160210</version>
</dependency>
<dependency>
<groupId>net.java.sezpoz</groupId>
Expand Down Expand Up @@ -243,7 +243,7 @@
</plugin>
<plugin>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.2</version>
<version>3.4</version>
<configuration>
<goalPrefix>hpi</goalPrefix>
<skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound>
Expand Down Expand Up @@ -335,7 +335,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.2</version>
<version>3.4</version>
</plugin>
</plugins>
</reporting>
Expand Down

0 comments on commit a91d455

Please sign in to comment.