Add version to maven-jetty-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783819 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9dcbb8e0e5
commit
8bc0cf785e
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
<properties>
|
||||
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
|
||||
<jetty.version>6.1.4</jetty.version>
|
||||
<jetty.version>6.1.18</jetty.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
@ -122,6 +122,7 @@
|
|||
<plugin>
|
||||
<groupId>org.mortbay.jetty</groupId>
|
||||
<artifactId>maven-jetty-plugin</artifactId>
|
||||
<version>${jetty.version}</version>
|
||||
</plugin>
|
||||
|
||||
</plugins>
|
||||
|
|
Loading…
Reference in a new issue