You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by rw...@apache.org on 2006/03/10 20:48:47 UTC

svn commit: r384906 - in /portals/jetspeed-2/trunk: applications/rss/rss-war/pom.xml pom.xml

Author: rwatler
Date: Fri Mar 10 11:48:45 2006
New Revision: 384906

URL: http://svn.apache.org/viewcvs?rev=384906&view=rev
Log:
adjust for new rss jar artifact id name

Modified:
    portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
    portals/jetspeed-2/trunk/pom.xml

Modified: portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml?rev=384906&r1=384905&r2=384906&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml (original)
+++ portals/jetspeed-2/trunk/applications/rss/rss-war/pom.xml Fri Mar 10 11:48:45 2006
@@ -65,7 +65,7 @@
         <!-- Runtime Dependencies -->
         <dependency>
             <groupId>${pom.groupId}</groupId>
-            <artifactId>rss-jar</artifactId>
+            <artifactId>jetspeed-rss</artifactId>
             <scope>runtime</scope>
         </dependency>
         <dependency>

Modified: portals/jetspeed-2/trunk/pom.xml
URL: http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/pom.xml?rev=384906&r1=384905&r2=384906&view=diff
==============================================================================
--- portals/jetspeed-2/trunk/pom.xml (original)
+++ portals/jetspeed-2/trunk/pom.xml Fri Mar 10 11:48:45 2006
@@ -355,7 +355,7 @@
             <!-- Portals Applications JARs -->
             <dependency>
                 <groupId>${pom.groupId}</groupId>
-                <artifactId>rss-jar</artifactId>
+                <artifactId>jetspeed-rss</artifactId>
                 <version>${pom.version}</version>
             </dependency>
             <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org