You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by tc...@apache.org on 2008/12/04 20:34:29 UTC

svn commit: r723405 - /webservices/juddi/branches/v3_trunk/pom.xml

Author: tcunning
Date: Thu Dec  4 11:34:29 2008
New Revision: 723405

URL: http://svn.apache.org/viewvc?rev=723405&view=rev
Log:
JUDDI-158
Set persistence property to hibernate by default for now.

Modified:
    webservices/juddi/branches/v3_trunk/pom.xml

Modified: webservices/juddi/branches/v3_trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/branches/v3_trunk/pom.xml?rev=723405&r1=723404&r2=723405&view=diff
==============================================================================
--- webservices/juddi/branches/v3_trunk/pom.xml (original)
+++ webservices/juddi/branches/v3_trunk/pom.xml Thu Dec  4 11:34:29 2008
@@ -105,12 +105,11 @@
   <modules>
     <module>uddi-ws</module>
     <module>juddi-core</module>
-    <module>juddi-web</module>
     <module>juddi-cxf</module>
+    <module>juddi-web</module>
     <module>juddi-cargo</module>
     <module>juddi-tomcat</module>
   </modules>
-  
   <distributionManagement>
     <repository>
       <id>apache-repo</id>
@@ -197,4 +196,7 @@
 	      <version>1.2.13</version>
 	    </dependency>
   </dependencies>
+  <properties>
+    <persistence>hibernate</persistence>
+  </properties>
 </project>



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