Skip to content
This repository was archived by the owner on Sep 4, 2019. It is now read-only.

Commit b5f8abf

Browse files
author
amacoder
committed
Updated jetty maven plugin version
1 parent a71aa7e commit b5f8abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<jersey.version>2.9</jersey.version>
1414
<jackson.version>1.9.13</jackson.version>
1515
<hibernate.version>4.2.7.Final</hibernate.version>
16-
<jetty.version>9.0.7.v20131107</jetty.version> <!-- Adapt this to a version found on http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-maven-plugin/ -->
16+
<jetty.maven.plugin.version>9.2.6.v20141205</jetty.maven.plugin.version> <!-- Adapt this to a version found on http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-maven-plugin/ -->
1717
<logback.version>1.1.1</logback.version>
1818
<jcloverslf4j.version>1.7.6</jcloverslf4j.version>
1919
</properties>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.eclipse.jetty</groupId>
229229
<artifactId>jetty-maven-plugin</artifactId>
230-
<version>${jetty.version}</version>
230+
<version>${jetty.maven.plugin.version}</version>
231231
<configuration>
232232
<jettyConfig>${project.basedir}/src/main/resources/config/jetty9.xml</jettyConfig>
233233
<stopKey>STOP</stopKey>

0 commit comments

Comments
 (0)