You are viewing a plain text version of this content. The canonical link for it is here.
Posted to portalapps-dev@portals.apache.org by ta...@apache.org on 2009/05/15 06:17:15 UTC

svn commit: r774998 - /portals/applications/dbbrowser/trunk/pom.xml

Author: taylor
Date: Fri May 15 04:17:15 2009
New Revision: 774998

URL: http://svn.apache.org/viewvc?rev=774998&view=rev
Log:
derby latest release isn't in standard repos yet

Modified:
    portals/applications/dbbrowser/trunk/pom.xml

Modified: portals/applications/dbbrowser/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/dbbrowser/trunk/pom.xml?rev=774998&r1=774997&r2=774998&view=diff
==============================================================================
--- portals/applications/dbbrowser/trunk/pom.xml (original)
+++ portals/applications/dbbrowser/trunk/pom.xml Fri May 15 04:17:15 2009
@@ -35,15 +35,21 @@
   <version>1.0-SNAPSHOT</version>
   <description>Database browser Portlet Application</description>
 
-  <!-- Application Modules -->
+  <repositories>
+    <repository>
+      <id>com.bluesunrise.m2</id>
+      <name>Maven2 BlueSunrise</name>
+      <url>http://www.bluesunrise.com/maven2</url>
+    </repository>
+  </repositories>
 
+  <!-- Application Modules -->
   <modules>
     <module>dbbrowser-jar</module>
     <module>dbbrowser-war</module>
   </modules>
 
   <!-- Project Information -->
-
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/portals/applications/dbbrowser/trunk</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/portals/applications/dbbrowser/trunk</developerConnection>