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

svn commit: r673758 - /tuscany/sandbox/sebastien/distribution/pom.xml

Author: jsdelfino
Date: Thu Jul  3 11:41:16 2008
New Revision: 673758

URL: http://svn.apache.org/viewvc?rev=673758&view=rev
Log:
Added missing version number.

Modified:
    tuscany/sandbox/sebastien/distribution/pom.xml

Modified: tuscany/sandbox/sebastien/distribution/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/sandbox/sebastien/distribution/pom.xml?rev=673758&r1=673757&r2=673758&view=diff
==============================================================================
--- tuscany/sandbox/sebastien/distribution/pom.xml (original)
+++ tuscany/sandbox/sebastien/distribution/pom.xml Thu Jul  3 11:41:16 2008
@@ -23,12 +23,12 @@
         <groupId>org.apache.tuscany.sca</groupId>
         <artifactId>tuscany-sca</artifactId>
         <relativePath>../sca/pom.xml</relativePath>
+        <version>1.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.tuscany.sca</groupId>
     <artifactId>tuscany-modular-distribution</artifactId>
     <packaging>pom</packaging>
     <name>Apache Tuscany SCA Modular Distribution</name>
-    <version>1.4-SNAPSHOT</version>
 
     <build>
         <defaultGoal>install</defaultGoal>