You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/07/22 12:41:18 UTC

svn commit: r966568 - /tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/legal-checks/pom.xml

Author: antelder
Date: Thu Jul 22 10:41:18 2010
New Revision: 966568

URL: http://svn.apache.org/viewvc?rev=966568&view=rev
Log:
Correct parrent pom

Modified:
    tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/legal-checks/pom.xml

Modified: tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/legal-checks/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/legal-checks/pom.xml?rev=966568&r1=966567&r2=966568&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/legal-checks/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/distribution/tomcat/testing/legal-checks/pom.xml Thu Jul 22 10:41:18 2010
@@ -21,7 +21,7 @@
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.tuscany.sca</groupId>
-        <artifactId>itest-distribution</artifactId>
+        <artifactId>tuscany-distribution-tomcat-testing</artifactId>
         <version>2.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>