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 ba...@apache.org on 2007/09/20 15:59:27 UTC

svn commit: r577752 - in /james/project/trunk/project: pom.xml src/site/site.xml

Author: bago
Date: Thu Sep 20 06:59:27 2007
New Revision: 577752

URL: http://svn.apache.org/viewvc?rev=577752&view=rev
Log:
Preparing a james-project-1.2 depending on james-parent-1.1 and maven-skin-1.1 (not sure this will work).
The problem is that the james-project-1.1 has been released with a dependency on maven-skin-1.1-SNAPSHOT and doesn't work fine.

Modified:
    james/project/trunk/project/pom.xml
    james/project/trunk/project/src/site/site.xml

Modified: james/project/trunk/project/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/pom.xml?rev=577752&r1=577751&r2=577752&view=diff
==============================================================================
--- james/project/trunk/project/pom.xml (original)
+++ james/project/trunk/project/pom.xml Thu Sep 20 06:59:27 2007
@@ -30,7 +30,7 @@
   <parent>
     <groupId>org.apache.james</groupId>
     <artifactId>james-parent</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.1</version>
   </parent>
 
   <modules>

Modified: james/project/trunk/project/src/site/site.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/project/src/site/site.xml?rev=577752&r1=577751&r2=577752&view=diff
==============================================================================
--- james/project/trunk/project/src/site/site.xml (original)
+++ james/project/trunk/project/src/site/site.xml Thu Sep 20 06:59:27 2007
@@ -34,7 +34,7 @@
   <skin>
     <groupId>org.apache.james</groupId>
     <artifactId>maven-skin</artifactId>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.1</version>
   </skin>
     
   <body>



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