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 ie...@apache.org on 2012/05/14 11:09:27 UTC

svn commit: r1338092 - /james/site-cms/trunk/pom.xml

Author: ieugen
Date: Mon May 14 09:09:27 2012
New Revision: 1338092

URL: http://svn.apache.org/viewvc?rev=1338092&view=rev
Log:
JAMES-1374
- changed parent to james-project artifact 


Modified:
    james/site-cms/trunk/pom.xml

Modified: james/site-cms/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/site-cms/trunk/pom.xml?rev=1338092&r1=1338091&r2=1338092&view=diff
==============================================================================
--- james/site-cms/trunk/pom.xml (original)
+++ james/site-cms/trunk/pom.xml Mon May 14 09:09:27 2012
@@ -21,10 +21,10 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <groupId>org.apache.maven</groupId>
-    <artifactId>maven-parent</artifactId>
-    <version>21</version>
-<!--    <relativePath>../pom/maven/pom.xml</relativePath> -->
+    <groupId>org.apache.james</groupId>
+    <artifactId>james-project</artifactId>
+    <version>1.8.1</version>
+    <relativePath />
   </parent>
 
   <artifactId>james-site-cms</artifactId>
@@ -56,6 +56,7 @@
   <properties>
     <site.deploy.url>scp://people.apache.org/www/james.apache.org/</site.deploy.url>
     <site.output>${project.build.directory}/site</site.output>
+
   </properties>
 
   <repositories>



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