summaryrefslogtreecommitdiffstats
path: root/java/sca/archetypes/quickstart/src
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-11 16:08:16 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-06-11 16:08:16 +0000
commit5affea192673c86fa818e69705e132b4af364c0b (patch)
tree549dcd2cec3070136973849290503aede9f17055 /java/sca/archetypes/quickstart/src
parent5818ab7a9b63891e6d5a3068d318dc76813e3a77 (diff)
Add version to maven-jetty-plugin
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@783827 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/archetypes/quickstart/src')
-rw-r--r--java/sca/archetypes/quickstart/src/main/resources/archetype-resources/pom.xml11
1 files changed, 6 insertions, 5 deletions
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 8c86a1eee5..abbcef8d9f 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
@@ -7,15 +7,15 @@
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
- *
+ *
* http://www.apache.org/licenses/LICENSE-2.0
- *
+ *
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
- * under the License.
+ * under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
@@ -48,7 +48,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>3.8.2</version>
+ <version>4.5</version>
<scope>test</scope>
</dependency>
@@ -118,6 +118,7 @@
<plugin>
<groupId>org.mortbay.jetty</groupId>
<artifactId>maven-jetty-plugin</artifactId>
+ <version>${jetty.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -130,7 +131,7 @@
</build>
<properties>
<tuscany.version>2.0-SNAPSHOT</tuscany.version>
- <jetty.version>6.1.4</jetty.version>
+ <jetty.version>6.1.18</jetty.version>
</properties>
#end
</project> \ No newline at end of file