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/10/14 11:00:31 UTC

svn commit: r1022425 - /tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml

Author: slaws
Date: Thu Oct 14 09:00:31 2010
New Revision: 1022425

URL: http://svn.apache.org/viewvc?rev=1022425&view=rev
Log:
Correct artifactID

Modified:
    tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml

Modified: tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml?rev=1022425&r1=1022424&r2=1022425&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml (original)
+++ tuscany/sca-java-2.x/trunk/samples/learning-more/pom.xml Thu Oct 14 09:00:31 2010
@@ -26,10 +26,10 @@
         <relativePath>../pom.xml</relativePath>
     </parent>
     <groupId>org.apache.tuscany.sca</groupId>
-    <artifactId>tuscany-samples-sca-features</artifactId>
+    <artifactId>tuscany-samples-learning-more</artifactId>
     <version>2.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>Apache Tuscany SCA Feature Samples</name>
+    <name>Apache Tuscany SCA Learning More Sample Contributions</name>
 
     <profiles>
         <profile>