You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@portals.apache.org by at...@apache.org on 2010/04/18 03:23:46 UTC

svn commit: r935290 - in /portals/site/pluto: pom.xml src/site/site.xml

Author: ate
Date: Sun Apr 18 01:23:46 2010
New Revision: 935290

URL: http://svn.apache.org/viewvc?rev=935290&view=rev
Log:
Pluto site skin better be part of the Pluto project itself to support building the project "site" without depending on the never released portals site project

Modified:
    portals/site/pluto/pom.xml
    portals/site/pluto/src/site/site.xml

Modified: portals/site/pluto/pom.xml
URL: http://svn.apache.org/viewvc/portals/site/pluto/pom.xml?rev=935290&r1=935289&r2=935290&view=diff
==============================================================================
--- portals/site/pluto/pom.xml (original)
+++ portals/site/pluto/pom.xml Sun Apr 18 01:23:46 2010
@@ -36,10 +36,6 @@
   </parent>
   <packaging>pom</packaging>
   
-  <modules>
-    <module>pluto-site-skin</module>
-  </modules>
- 
  <!-- this is for a bug Maven, see http://jira.codehaus.org/browse/MSHARED-18 
       should be removed once Maven incorporates this bug in an official release--> 
  <build>

Modified: portals/site/pluto/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/site/pluto/src/site/site.xml?rev=935290&r1=935289&r2=935290&view=diff
==============================================================================
--- portals/site/pluto/src/site/site.xml (original)
+++ portals/site/pluto/src/site/site.xml Sun Apr 18 01:23:46 2010
@@ -30,9 +30,9 @@ limitations under the License.
   </bannerRight>
   <publishDate position="left" format="MM-dd-yy hh:mm zz"/>
   <skin>  
-      <groupId>org.apache.portals.site</groupId>
-      <artifactId>pluto-site-skin</artifactId>
-      <version>1.0</version>
+    <groupId>org.apache.portals.pluto</groupId>
+    <artifactId>pluto-site-skin</artifactId>
+    <version>2.0.2-SNAPSHOT</version>
   </skin> 
   
   <body>