You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by jb...@apache.org on 2007/03/22 21:32:32 UTC

svn commit: r521446 - /incubator/tuscany/java/sca/jms-discovery/pom.xml

Author: jboynes
Date: Thu Mar 22 13:32:31 2007
New Revision: 521446

URL: http://svn.apache.org/viewvc?view=rev&rev=521446
Log:
rename artifact to begin with tuscany-
reset version number to 0.1 as this is brand new
move to 'discovery' group

Modified:
    incubator/tuscany/java/sca/jms-discovery/pom.xml

Modified: incubator/tuscany/java/sca/jms-discovery/pom.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/jms-discovery/pom.xml?view=diff&rev=521446&r1=521445&r2=521446
==============================================================================
--- incubator/tuscany/java/sca/jms-discovery/pom.xml (original)
+++ incubator/tuscany/java/sca/jms-discovery/pom.xml Thu Mar 22 13:32:31 2007
@@ -18,15 +18,15 @@
  * under the License.    
 -->
 <project>
-
     <parent>
         <groupId>org.apache.tuscany</groupId>
         <artifactId>sca</artifactId>
         <version>1.0-incubating</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.tuscany.sca.runtime.services.discovery</groupId>
-    <artifactId>discovery-jms</artifactId>
+    <groupId>org.apache.tuscany.sca.discovery</groupId>
+    <artifactId>tuscany-jms-discovery</artifactId>
+    <version>0.1-incubating-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Apache Tuscany JMS Discovery</name>
     <description>Apache Tuscany JMS Discovery</description>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org