You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@synapse.apache.org by in...@apache.org on 2009/05/13 08:30:33 UTC

svn commit: r774233 - /synapse/trunk/java/pom.xml

Author: indika
Date: Wed May 13 06:30:33 2009
New Revision: 774233

URL: http://svn.apache.org/viewvc?rev=774233&view=rev
Log:
root pom change

Modified:
    synapse/trunk/java/pom.xml

Modified: synapse/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/synapse/trunk/java/pom.xml?rev=774233&r1=774232&r2=774233&view=diff
==============================================================================
--- synapse/trunk/java/pom.xml (original)
+++ synapse/trunk/java/pom.xml Wed May 13 06:30:33 2009
@@ -222,7 +222,7 @@
             <!-- Synapse -->
             <dependency>
                 <groupId>org.apache.synapse</groupId>
-                <artifactId>synapse-utils</artifactId>
+                <artifactId>synapse-commons</artifactId>
                 <version>${project.version}</version>
             </dependency>
             <dependency>
@@ -781,7 +781,7 @@
     </repositories>
 
     <modules>
-        <module>modules/utils</module>
+        <module>modules/commons</module>
         <module>modules/transports</module>
         <module>modules/tasks</module>
         <module>modules/core</module>