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 at...@apache.org on 2010/02/12 11:01:35 UTC

svn commit: r909326 - /portals/applications/demo/trunk/pom.xml

Author: ate
Date: Fri Feb 12 10:01:35 2010
New Revision: 909326

URL: http://svn.apache.org/viewvc?rev=909326&view=rev
Log:
Adding bluesunrise m2 repository for castor-1.1.1-xml dependency retrieval

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

Modified: portals/applications/demo/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/applications/demo/trunk/pom.xml?rev=909326&r1=909325&r2=909326&view=diff
==============================================================================
--- portals/applications/demo/trunk/pom.xml (original)
+++ portals/applications/demo/trunk/pom.xml Fri Feb 12 10:01:35 2010
@@ -32,6 +32,14 @@
   <version>1.1-SNAPSHOT</version>
   <description>Portals Applications Demo</description>
 
+  <repositories>
+    <repository>
+      <id>com.bluesunrise.m2</id>
+      <name>Maven2 BlueSunrise</name>
+      <url>http://www.bluesunrise.com/maven2</url>
+    </repository>
+  </repositories>
+
   <properties>
     <portals.portlet2-api-spec.version>1.0</portals.portlet2-api-spec.version>
     <portals.applications.apa-gems.version>1.1-SNAPSHOT</portals.applications.apa-gems.version>