summaryrefslogtreecommitdiffstats
path: root/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-23 08:28:46 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2009-03-23 08:28:46 +0000
commitf0efaba980ab80be45d488aba2a098c06433b751 (patch)
tree26b7afcd7fb5c90858b1c021c6797d300d0292cf /sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml
parentad2aa8fdf443de7f9c803fe02e0fe5efa0ffbbcf (diff)
[maven-release-plugin] prepare branch 2.0-M2
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@757346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml')
-rw-r--r--sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml
index 4f9af7be70..60a28eeac5 100644
--- a/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml
+++ b/sandbox/ant/sca/trunk/samples/webapps/helloworld-jsp/pom.xml
@@ -17,12 +17,12 @@
* specific language governing permissions and limitations
* under the License.
-->
-<project>
+<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">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
@@ -35,14 +35,14 @@
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-sca-api</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-implementation-web-runtime</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-M2-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>