Author: mreutegg
Date: Thu Apr 20 14:04:24 2017
New Revision: 1792061

URL: http://svn.apache.org/viewvc?rev=1792061&view=rev
Log:
OAK-6112: Empty mongo.url default value in oak-parent

Modified:
    jackrabbit/oak/trunk/oak-parent/pom.xml

Modified: jackrabbit/oak/trunk/oak-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-parent/pom.xml?rev=1792061&r1=1792060&r2=1792061&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-parent/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-parent/pom.xml Thu Apr 20 14:04:24 2017
@@ -89,7 +89,7 @@
   <url>http://jackrabbit.apache.org/</url>
   <inceptionYear>2012</inceptionYear>
   <description>
-    The goal of the Oak effort within the Apache Jackrabbit™ project is
+    The goal of the Oak effort within the Apache Jackrabbit project is
     to implement a scalable and performant hierarchical content repository
     for use as the foundation of modern world-class web sites and other
     demanding content applications.
@@ -290,7 +290,6 @@
               <mongo.port>${mongo.port}</mongo.port>
               <mongo.db>${mongo.db}</mongo.db>
               <mongo.db2>${mongo.db2}</mongo.db2>
-              <mongo.url>${mongo.url}</mongo.url>
               <segment.db>${segment.db}</segment.db>
               <nsfixtures>${fixtures}</nsfixtures>
               
<derby.stream.error.file>${project.build.directory}/derby.log</derby.stream.error.file>


Reply via email to