You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ke...@apache.org on 2011/09/10 22:36:52 UTC

svn commit: r1167602 - /incubator/isis/trunk/framework/runtimes/dflt/objectstores/nosql/pom.xml

Author: kevin
Date: Sat Sep 10 20:36:52 2011
New Revision: 1167602

URL: http://svn.apache.org/viewvc?rev=1167602&view=rev
Log:
ISIS-110: Changed commons-configuration to 1.7 to remove bugs when generating documentation, due to malformed pom.xml for 1.6

Modified:
    incubator/isis/trunk/framework/runtimes/dflt/objectstores/nosql/pom.xml

Modified: incubator/isis/trunk/framework/runtimes/dflt/objectstores/nosql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/framework/runtimes/dflt/objectstores/nosql/pom.xml?rev=1167602&r1=1167601&r2=1167602&view=diff
==============================================================================
--- incubator/isis/trunk/framework/runtimes/dflt/objectstores/nosql/pom.xml (original)
+++ incubator/isis/trunk/framework/runtimes/dflt/objectstores/nosql/pom.xml Sat Sep 10 20:36:52 2011
@@ -139,6 +139,17 @@
             </plugin>
         </plugins>
     </reporting>
+
+	<repositories>
+        <repository>
+            <id>Maven Central Repository (UK Mirror)</id>
+            <url>http://uk.maven.org/maven2</url>
+            <snapshots>
+              <enabled>false</enabled>
+            </snapshots>
+        </repository>
+ 
+	</repositories>
 
     <dependencyManagement>
         <dependencies>
@@ -155,7 +166,7 @@
             <dependency>
                 <groupId>commons-configuration</groupId>
                 <artifactId>commons-configuration</artifactId>
-                <version>1.6</version>
+                <version>1.7</version>
             </dependency>
         </dependencies>
     </dependencyManagement>