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

svn commit: r935289 - in /portals/pluto/trunk: pluto-site-skin/pom.xml pom.xml src/site/site.xml

Author: ate
Date: Sun Apr 18 01:23:28 2010
New Revision: 935289

URL: http://svn.apache.org/viewvc?rev=935289&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/pluto/trunk/pluto-site-skin/pom.xml
    portals/pluto/trunk/pom.xml
    portals/pluto/trunk/src/site/site.xml

Modified: portals/pluto/trunk/pluto-site-skin/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pluto-site-skin/pom.xml?rev=935289&r1=935288&r2=935289&view=diff
==============================================================================
--- portals/pluto/trunk/pluto-site-skin/pom.xml (original)
+++ portals/pluto/trunk/pluto-site-skin/pom.xml Sun Apr 18 01:23:28 2010
@@ -25,9 +25,9 @@
   </prerequisites>
 
   <parent>
-    <groupId>org.apache.portals.site</groupId>
-    <artifactId>pluto-site</artifactId>
-    <version>1.0</version>
+    <groupId>org.apache.portals.pluto</groupId>
+    <artifactId>pluto</artifactId>
+    <version>2.0.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>pluto-site-skin</artifactId>

Modified: portals/pluto/trunk/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/pom.xml?rev=935289&r1=935288&r2=935289&view=diff
==============================================================================
--- portals/pluto/trunk/pom.xml (original)
+++ portals/pluto/trunk/pom.xml Sun Apr 18 01:23:28 2010
@@ -542,6 +542,7 @@ TODO: Check if we need all of them. -->
         <module>pluto-util</module>
         <module>maven-pluto-plugin</module>
         <module>pluto-ant-tasks</module>
+        <module>pluto-site-skin</module>
       </modules>
     </profile>
     

Modified: portals/pluto/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/portals/pluto/trunk/src/site/site.xml?rev=935289&r1=935288&r2=935289&view=diff
==============================================================================
--- portals/pluto/trunk/src/site/site.xml (original)
+++ portals/pluto/trunk/src/site/site.xml Sun Apr 18 01:23:28 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>