summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart-jsf/src
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-04 07:38:30 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-07-04 07:38:30 +0000
commitf47a37e905d1662528aa9aeb8e3d221dc8702072 (patch)
treec08cdcb182073c8c3da3d26f27da9ce2c1523825 /java/sca/archetypes/quickstart-jsf/src
parent3da108fdda088b9ed741a413d9cb05fb181c42f2 (diff)
Fix missing jetty version property in some of the archetypes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@791073 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/quickstart-jsf/src')
-rw-r--r--java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
index f61047e552..3c061fec03 100644
--- a/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml
@@ -133,7 +133,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
- <version>${jetty.version}</version>
+ <version>${jetty.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -147,7 +147,8 @@
<properties>
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
<myfaces.version>1.5</myfaces.version>
- </properties>
+ <jetty.version>6.1.4</jetty.version>
+ </properties>
#end
</project>