You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by va...@apache.org on 2008/08/07 17:51:44 UTC

svn commit: r683636 - /tuscany/java/sca/modules/implementation-web-runtime/pom.xml

Author: vamsic007
Date: Thu Aug  7 08:51:43 2008
New Revision: 683636

URL: http://svn.apache.org/viewvc?rev=683636&view=rev
Log:
tuscany-implementation-web is used by modules\implementation-web as well.  Changing the artifactId to match the module name.

Modified:
    tuscany/java/sca/modules/implementation-web-runtime/pom.xml

Modified: tuscany/java/sca/modules/implementation-web-runtime/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/java/sca/modules/implementation-web-runtime/pom.xml?rev=683636&r1=683635&r2=683636&view=diff
==============================================================================
--- tuscany/java/sca/modules/implementation-web-runtime/pom.xml (original)
+++ tuscany/java/sca/modules/implementation-web-runtime/pom.xml Thu Aug  7 08:51:43 2008
@@ -27,7 +27,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>tuscany-implementation-web</artifactId>
+    <artifactId>tuscany-implementation-web-runtime</artifactId>
     <name>Apache Tuscany SCA implementation.web Extension</name>
 
     <dependencies>