summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/modules/binding-http-new-jsonrpc/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-jsonrpc/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-jsonrpc/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/branches/sca-java-1.x/modules/binding-http-new-jsonrpc/pom.xml b/branches/sca-java-1.x/modules/binding-http-new-jsonrpc/pom.xml
index 8841f56a86..bed0fd5eb9 100644
--- a/branches/sca-java-1.x/modules/binding-http-new-jsonrpc/pom.xml
+++ b/branches/sca-java-1.x/modules/binding-http-new-jsonrpc/pom.xml
@@ -26,7 +26,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
- <artifactId>tuscany-binding-http-oasis-jsonrpc</artifactId>
+ <artifactId>tuscany-binding-http-new-jsonrpc</artifactId>
<name>Apache Tuscany SCA HTTP Binding JSON-RPC Model</name>
<dependencies>
@@ -44,7 +44,7 @@
<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>