WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: svn commit: r1338092 - /james/site-cms/trunk/pom.xml

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

by ieugen :: Rate this Message:

| View in Thread

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@...
For additional commands, e-mail: server-dev-help@...

 « Return to Thread: svn commit: r1338092 - /james/site-cms/trunk/pom.xml