summaryrefslogtreecommitdiffstats
path: root/java
diff options
context:
space:
mode:
Diffstat (limited to 'java')
-rw-r--r--java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml2
-rw-r--r--java/sca/archetypes/quickstart-jsf/src/main/resources/archetype-resources/pom.xml5
-rw-r--r--java/sca/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml3
-rw-r--r--java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml2
4 files changed, 7 insertions, 5 deletions
diff --git a/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
index 8fca780fa5..cc8bc21909 100644
--- a/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart-bpel/src/main/resources/archetype-resources/pom.xml
@@ -151,7 +151,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
- <version>${jetty.version}</version>
+ <version>${jetty.version}</version>
<configuration>
<systemProperties>
<systemProperty>
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>
diff --git a/java/sca/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
index 8e33097c9f..068d0627e7 100644
--- a/java/sca/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart-stripes/src/main/resources/archetype-resources/pom.xml
@@ -103,7 +103,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>
@@ -117,6 +117,7 @@
<properties>
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
<stripes.version>1.5</stripes.version>
+ <jetty.version>6.1.4</jetty.version>
</properties>
#end
diff --git a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
index abbcef8d9f..73739d38ba 100644
--- a/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
+++ b/java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml
@@ -118,7 +118,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>