summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-04 06:56:23 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-05-04 06:56:23 +0000
commita7aa9b95cdff3fd2b0124a4845c0c1cccc29bafe (patch)
treebe8cdc784199cf62c450a935e567176b34dc2414 /branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml
parent3221e52e05a023d6a51592607925d06be7efdd11 (diff)
TUSCANY-2968 - JSONRPC operation selector
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@771205 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml b/branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml
index f2d66847ea..1f0c76b1ae 100644
--- a/branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml
+++ b/branches/sca-java-1.x/modules/binding-http-new-runtime/pom.xml
@@ -26,13 +26,13 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-binding-http-oasis-runtime</artifactId>
- <name>Apache Tuscany SCA HTTP OASIS Binding Runtime</name>
+ <artifactId>tuscany-binding-http-new-runtime</artifactId>
+ <name>Apache Tuscany SCA HTTP Binding Runtime</name>
<dependencies>
<dependency>
<groupId>org.apache.tuscany.sca</groupId>
- <artifactId>tuscany-binding-http-oasis</artifactId>
+ <artifactId>tuscany-binding-http-new</artifactId>
<version>1.6-SNAPSHOT</version>
</dependency>