You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/02/26 14:25:17 UTC

svn commit: r916672 - /tuscany/sca-java-2.x/trunk/itest/ws/http-ssl/pom.xml

Author: slaws
Date: Fri Feb 26 13:25:17 2010
New Revision: 916672

URL: http://svn.apache.org/viewvc?rev=916672&view=rev
Log:
correct case of module name

Modified:
    tuscany/sca-java-2.x/trunk/itest/ws/http-ssl/pom.xml

Modified: tuscany/sca-java-2.x/trunk/itest/ws/http-ssl/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/itest/ws/http-ssl/pom.xml?rev=916672&r1=916671&r2=916672&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/itest/ws/http-ssl/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/itest/ws/http-ssl/pom.xml Fri Feb 26 13:25:17 2010
@@ -26,7 +26,7 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
 
-    <artifactId>itest-ws-http-SSL</artifactId>
+    <artifactId>itest-ws-http-ssl</artifactId>
     <name>Apache Tuscany SCA iTest WS HTTP SSL</name>
 
     <dependencies>