You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/12 17:44:21 UTC

svn commit: r1182441 - in /james/trunk/sandbox/felixk/sample-project-layout/imap: pom.xml src/reporting-site/site.xml src/site/site.xml

Author: felixk
Date: Wed Oct 12 15:44:21 2011
New Revision: 1182441

URL: http://svn.apache.org/viewvc?rev=1182441&view=rev
Log:
Use james-parent and rename maven-skin to james-skin

Modified:
    james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/imap/src/reporting-site/site.xml
    james/trunk/sandbox/felixk/sample-project-layout/imap/src/site/site.xml

Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml?rev=1182441&r1=1182440&r2=1182441&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/pom.xml Wed Oct 12 15:44:21 2011
@@ -19,13 +19,13 @@
 -->
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>james-project</artifactId>
+    <artifactId>james-parent</artifactId>
     <groupId>org.apache.james</groupId>
-    <version>1.6</version>
+    <version>2.0-SNAPSHOT</version>
+    <relativePath></relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.apache.james</groupId>
   <artifactId>apache-james-imap</artifactId>
   <name>Apache James IMAP</name>
   <version>0.3-SNAPSHOT</version>

Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/src/reporting-site/site.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/src/reporting-site/site.xml?rev=1182441&r1=1182440&r2=1182441&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/src/reporting-site/site.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/src/reporting-site/site.xml Wed Oct 12 15:44:21 2011
@@ -21,8 +21,8 @@
 
     <skin>
         <groupId>org.apache.james</groupId>
-        <artifactId>maven-skin</artifactId>
-        <version>1.7-SNAPSHOT</version>
+        <artifactId>james-skin</artifactId>
+        <version>2.0-SNAPSHOT</version>
     </skin>
 
     <bannerLeft>

Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/src/site/site.xml?rev=1182441&r1=1182440&r2=1182441&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/src/site/site.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/src/site/site.xml Wed Oct 12 15:44:21 2011
@@ -21,8 +21,8 @@
 
     <skin>
         <groupId>org.apache.james</groupId>
-        <artifactId>maven-skin</artifactId>
-        <version>1.7-SNAPSHOT</version>
+        <artifactId>james-skin</artifactId>
+        <version>2.0-SNAPSHOT</version>
     </skin>
 
     <bannerLeft>



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