diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-24 08:07:01 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-07-24 08:07:01 +0000 |
commit | fcc191fad24715bf54e8dcd0ea50303161787d0b (patch) | |
tree | 9624eb950d845457da840612886601da76e95fa2 /sca-java-2.x/branches/2.0-Beta1/samples | |
parent | f5bd8ab49ea4d44910dd6d2d327d00e09dafc01d (diff) |
Fix some snapshot -> beta1-snapshot versions which had conflicts during the merges
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@978822 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/branches/2.0-Beta1/samples')
-rw-r--r-- | sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld-bpel/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld-bpel/pom.xml b/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld-bpel/pom.xml index 27597f0d2b..e96fbd1843 100644 --- a/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld-bpel/pom.xml +++ b/sca-java-2.x/branches/2.0-Beta1/samples/webapps/helloworld-bpel/pom.xml @@ -24,7 +24,7 @@ <parent>
<groupId>org.apache.tuscany.sca</groupId>
<artifactId>tuscany-samples</artifactId>
- <version>2.0-SNAPSHOT</version>
+ <version>2.0-Beta1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
|